GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
ElevationLayerQueryElevationOptions Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Options.ElevationLayerQueryElevationOptions.html”>GeoBlazor Docs</a>
public record ElevationLayerQueryElevationOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.ElevationLayerQueryElevationOptions>
Inheritance System.Object 🡒 ElevationLayerQueryElevationOptions
Implements System.IEquatable<ElevationLayerQueryElevationOptions>
Constructors
ElevationLayerQueryElevationOptions(string, Nullable<double>, Nullable<bool>) Constructor
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Options.ElevationLayerQueryElevationOptions.html”>GeoBlazor Docs</a>
public ElevationLayerQueryElevationOptions(string? DemResolution=null, System.Nullable<double> NoDataValue=null, System.Nullable<bool> ReturnSampleInfo=null);
Parameters
DemResolution
System.String
Controls the horizontal resolution (cell size) in meters from which elevation data is sampled (defaults to `auto`). default auto <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#queryElevation”>ArcGIS Maps SDK for JavaScript</a>
NoDataValue
System.Nullable<System.Double>
The value to use when there is no data available. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#queryElevation”>ArcGIS Maps SDK for JavaScript</a>
ReturnSampleInfo
System.Nullable<System.Boolean>
Indicates whether to return additional sample information for each coordinate. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#queryElevation”>ArcGIS Maps SDK for JavaScript</a>
Properties
ElevationLayerQueryElevationOptions.DemResolution Property
Controls the horizontal resolution (cell size) in meters from which elevation data is sampled (defaults to `auto`). default auto <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#queryElevation”>ArcGIS Maps SDK for JavaScript</a>
public string? DemResolution { get; set; }
Property Value
ElevationLayerQueryElevationOptions.NoDataValue Property
The value to use when there is no data available. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#queryElevation”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<double> NoDataValue { get; set; }
Property Value
System.Nullable<System.Double>
ElevationLayerQueryElevationOptions.ReturnSampleInfo Property
Indicates whether to return additional sample information for each coordinate. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#queryElevation”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<bool> ReturnSampleInfo { get; set; }