dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

GroundQueryElevationOptions Class

public class GroundQueryElevationOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.GroundQueryElevationOptions>

Inheritance System.Object 🡒 GroundQueryElevationOptions

Implements System.IEquatable<GroundQueryElevationOptions>

Constructors

GroundQueryElevationOptions(string, Nullable, Nullable) Constructor

public GroundQueryElevationOptions(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 that appears in the resulting geometry 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 sampled coordinate.
ArcGIS Maps SDK for JavaScript

Properties

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

GroundQueryElevationOptions.NoDataValue Property

The value that appears in the resulting geometry when there is no data available.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Double>

GroundQueryElevationOptions.ReturnSampleInfo Property

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

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

Property Value

System.Nullable<System.Boolean>