GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

WMSLayerFetchImageOptions Class

public class WMSLayerFetchImageOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.WMSLayerFetchImageOptions>

Inheritance System.Object 🡒 WMSLayerFetchImageOptions

Implements System.IEquatable<WMSLayerFetchImageOptions>

Constructors

WMSLayerFetchImageOptions(Nullable, Nullable, string) Constructor

public WMSLayerFetchImageOptions(System.Nullable<double> PixelRatio=null, System.Nullable<double> Rotation=null, string? TimeExent=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

TimeExent System.String

The TimeExtent of the exported image.
ArcGIS Maps SDK for JavaScript

Properties

WMSLayerFetchImageOptions.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>

WMSLayerFetchImageOptions.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>

WMSLayerFetchImageOptions.TimeExent Property

The TimeExtent of the exported image.
ArcGIS Maps SDK for JavaScript

public string? TimeExent { get; set; }

Property Value

System.String