AltitudeReferenceSystem
Wisej.Hybrid.Shared.Geolocation.AltitudeReferenceSystem
Namespace: Wisej.Hybrid.Shared.Geolocation
Assembly: Wisej.Hybrid (3.5.0.0)
Indicates the altitude reference system to be used in defining a location.
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 |
---|---|
Specifies the reference system in which the Altitude value is expressed. |
Last updated