GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

ElevationLayerQueryElevationOptions Class

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

Inheritance System.Object 🡒 ElevationLayerQueryElevationOptions

Implements System.IEquatable<ElevationLayerQueryElevationOptions>

Constructors

ElevationLayerQueryElevationOptions(string, Nullable, Nullable) Constructor

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
ArcGIS Maps SDK for JavaScript

NoDataValue System.Nullable<System.Double>

The value to use when there is no data available.
ArcGIS Maps SDK for JavaScript

ReturnSampleInfo System.Nullable<System.Boolean>

Indicates whether to return additional sample information for each coordinate.
ArcGIS Maps SDK for JavaScript

Properties

ElevationLayerQueryElevationOptions.DemResolution Property

Controls the horizontal resolution (cell size) in meters from which elevation data is sampled (defaults to auto).
default auto
ArcGIS Maps SDK for JavaScript

public string? DemResolution { get; set; }

Property Value

System.String

ElevationLayerQueryElevationOptions.NoDataValue Property

The value to use when there is no data available.
ArcGIS Maps SDK for JavaScript

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.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> ReturnSampleInfo { get; set; }

Property Value

System.Nullable<System.Boolean>