AltitudeReferenceSystem Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the altitude reference system to be used in defining a location.
public enum AltitudeReferenceSystem
- Inheritance
-
System.EnumAltitudeReferenceSystem
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | The altitude reference system was not specified. |
Terrain | 1 | The altitude reference system is based on distance above terrain or ground level. |
Ellipsoid | 2 | The altitude reference system is based on an ellipsoid (usually WGS84), which is a mathematical approximation of the shape of the Earth. |
Geoid | 3 | The altitude reference system is based on the distance above sea level (parametrized by a so-called Geoid). |
Surface | 4 | 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. |
Remarks
This enum is a copy of Windows.Devices.Geolocation.AltitudeReferenceSystem.