GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
MapImageLayerFetchImageOptions Class
public class MapImageLayerFetchImageOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.MapImageLayerFetchImageOptions>
Inheritance System.Object 🡒 MapImageLayerFetchImageOptions
Implements System.IEquatable<MapImageLayerFetchImageOptions>
Constructors
MapImageLayerFetchImageOptions(Nullable, Nullable, string) Constructor
public MapImageLayerFetchImageOptions(System.Nullable<double> PixelRatio=null, System.Nullable<double> Rotation=null, string? TimeExtent=null);
Parameters
PixelRatio
System.Nullable<System.Double>
The ratio of the resolution in physical pixels of the image to the resolution it will be displayed at.
ArcGIS Maps SDK for JavaScript
Rotation
System.Nullable<System.Double>
The rotation in degrees of the exported image.
ArcGIS Maps SDK for JavaScript
TimeExtent
System.String
The time instant or time extent of content to render.
ArcGIS Maps SDK for JavaScript
Properties
MapImageLayerFetchImageOptions.PixelRatio Property
The ratio of the resolution in physical pixels of the image to the resolution it will be displayed at.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> PixelRatio { get; set; }
Property Value
System.Nullable<System.Double>
MapImageLayerFetchImageOptions.Rotation Property
The rotation in degrees of the exported image.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Rotation { get; set; }
Property Value
System.Nullable<System.Double>
MapImageLayerFetchImageOptions.TimeExtent Property
The time instant or time extent of content to render.
ArcGIS Maps SDK for JavaScript
public string? TimeExtent { get; set; }