AltitudeReferenceSystem
Namespace: Wisej.Hybrid.Shared.Geolocation
Assembly: Wisej.Hybrid
Indicates the altitude reference system to be used in defining a location.
- C#
- VB.NET
public enum AltitudeReferenceSystem : Enum
Public Enum AltitudeReferenceSystem As [Enum]
Fields
| Name | Description |
|---|---|
| Ellipsoid | The altitude reference system is based on an ellipsoid (usually WGS84), which is a mathematical approximation of the shape of the Earth. |
| Geoid | The altitude reference system is based on the distance above sea level (parametrized by a so-called Geoid). |
| Surface | The altitude reference system is based on the distance above the tallest surface structures, such as buildings, trees, roads, etc., above terrain or ground level. |
| Terrain | The altitude reference system is based on distance above terrain or ground level |
| Unspecified | The altitude reference system was not specified. |
Used By
| Name | Description |
|---|---|
| Location.AltitudeReferenceSystem | Specifies the reference system in which the Altitude value is expressed. |