dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

HeightModelInfo Class

The height model info defines the characteristics of a vertical coordinate system. ArcGIS Maps SDK for JavaScript

public record HeightModelInfo : System.IEquatable<dymaptic.GeoBlazor.Core.Model.HeightModelInfo>

Inheritance System.Object 🡒 HeightModelInfo

Implements System.IEquatable<HeightModelInfo>

Constructors

HeightModelInfo(Nullable, Nullable, string) Constructor

The height model info defines the characteristics of a vertical coordinate system. ArcGIS Maps SDK for JavaScript

public HeightModelInfo(System.Nullable<dymaptic.GeoBlazor.Core.Enums.HeightModel> HeightModel=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.HeightUnit> HeightUnit=null, string? VertCRS=null);

Parameters

HeightModel System.Nullable<HeightModel>

The surface type or height model of the vertical coordinate system (VCS). default "gravity-related-height" ArcGIS Maps SDK for JavaScript

HeightUnit System.Nullable<HeightUnit>

The unit of the vertical coordinate system. default "meters" ArcGIS Maps SDK for JavaScript

VertCRS System.String

The datum realization of the vertical coordinate system. ArcGIS Maps SDK for JavaScript

Properties

HeightModelInfo.HeightModel Property

The surface type or height model of the vertical coordinate system (VCS). default "gravity-related-height" ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.HeightModel> HeightModel { get; init; }

Property Value

System.Nullable<HeightModel>

HeightModelInfo.HeightUnit Property

The unit of the vertical coordinate system. default "meters" ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.HeightUnit> HeightUnit { get; init; }

Property Value

System.Nullable<HeightUnit>

HeightModelInfo.VertCRS Property

The datum realization of the vertical coordinate system. ArcGIS Maps SDK for JavaScript

public string? VertCRS { get; init; }

Property Value

System.String