GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

ElevationLayerCreateElevationSamplerOptions Class

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

Inheritance System.Object 🡒 ElevationLayerCreateElevationSamplerOptions

Implements System.IEquatable<ElevationLayerCreateElevationSamplerOptions>

Constructors

ElevationLayerCreateElevationSamplerOptions(string, Nullable) Constructor

public ElevationLayerCreateElevationSamplerOptions(string? DemResolution=null, System.Nullable<double> NoDataValue=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

Properties

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

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