GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

ElevationLayerFetchTileOptions Class

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Options.ElevationLayerFetchTileOptions.html”>GeoBlazor Docs</a>

public record ElevationLayerFetchTileOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.ElevationLayerFetchTileOptions>

Inheritance System.Object 🡒 ElevationLayerFetchTileOptions

Implements System.IEquatable<ElevationLayerFetchTileOptions>

Constructors

ElevationLayerFetchTileOptions(Nullable<double>) Constructor

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Options.ElevationLayerFetchTileOptions.html”>GeoBlazor Docs</a>

public ElevationLayerFetchTileOptions(System.Nullable<double> NoDataValue=null);

Parameters

NoDataValue System.Nullable<System.Double>

The value representing pixels in the tile that don’t contain an elevation value. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#fetchTile”>ArcGIS Maps SDK for JavaScript</a>

Properties

ElevationLayerFetchTileOptions.NoDataValue Property

The value representing pixels in the tile that don’t contain an elevation value. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#fetchTile”>ArcGIS Maps SDK for JavaScript</a>

public System.Nullable<double> NoDataValue { get; set; }

Property Value

System.Nullable<System.Double>