Skip to main content

AltitudeReferenceSystem

Namespace: Wisej.Hybrid.Shared.Geolocation

Assembly: Wisej.Hybrid

Indicates the altitude reference system to be used in defining a location.

public enum AltitudeReferenceSystem : Enum

Fields

NameDescription
EllipsoidThe altitude reference system is based on an ellipsoid (usually WGS84), which is a mathematical approximation of the shape of the Earth.
GeoidThe altitude reference system is based on the distance above sea level (parametrized by a so-called Geoid).
SurfaceThe altitude reference system is based on the distance above the tallest surface structures, such as buildings, trees, roads, etc., above terrain or ground level.
TerrainThe altitude reference system is based on distance above terrain or ground level
UnspecifiedThe altitude reference system was not specified.

Used By

NameDescription
Location.AltitudeReferenceSystemSpecifies the reference system in which the Altitude value is expressed.