GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

ElevationTileData Class

Describes elevation contained in the pixels that comprise an elevation tile.
ArcGIS Maps SDK for JavaScript

public class ElevationTileData :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ElevationTileData>

Inheritance System.Object 🡒 ElevationTileData

Implements System.IEquatable<ElevationTileData>

Constructors

ElevationTileData(Nullable, Nullable, float[], Nullable) Constructor

Describes elevation contained in the pixels that comprise an elevation tile.
ArcGIS Maps SDK for JavaScript

public ElevationTileData(System.Nullable<int> Height=null, System.Nullable<double> NoDataValue=null, float[]? Values=null, System.Nullable<int> Width=null);

Parameters

Height System.Nullable<System.Int32>

The height of the tile in pixels.
ArcGIS Maps SDK for JavaScript

NoDataValue System.Nullable<System.Double>

Indicating the pixel values where no elevation data is present.
ArcGIS Maps SDK for JavaScript

Values System.Single[]

The elevation values of each pixel in the tile.
ArcGIS Maps SDK for JavaScript

Width System.Nullable<System.Int32>

The width of the tile in pixels.
ArcGIS Maps SDK for JavaScript

Properties

ElevationTileData.Height Property

The height of the tile in pixels.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Height { get; set; }

Property Value

System.Nullable<System.Int32>

ElevationTileData.NoDataValue Property

Indicating the pixel values where no elevation data is present.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Double>

ElevationTileData.Values Property

The elevation values of each pixel in the tile.
ArcGIS Maps SDK for JavaScript

public float[]? Values { get; set; }

Property Value

System.Single[]

ElevationTileData.Width Property

The width of the tile in pixels.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Width { get; set; }

Property Value

System.Nullable<System.Int32>