dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

GroundCreateElevationSamplerOptions Class

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

Inheritance System.Object 🡒 GroundCreateElevationSamplerOptions

Implements System.IEquatable<GroundCreateElevationSamplerOptions>

Constructors

GroundCreateElevationSamplerOptions(string, Nullable) Constructor

public GroundCreateElevationSamplerOptions(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

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

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