Skip to main content

Enumeration: SimAltitudeReference

Defined in: src/sdk/geo/SimAltitudeReference.ts:5

An altitude reference.

Enumeration Members

Ellipsoid

Ellipsoid: 2

Defined in: src/sdk/geo/SimAltitudeReference.ts:17

Altitude above the WGS-84 ellipsoid.


Geoid

Geoid: 3

Defined in: src/sdk/geo/SimAltitudeReference.ts:21

Altitude above the WGS-84 ellipsoid corrected for geoid undulation using the EGM2008 (Earth Gravitational Model 2008).


Surface

Surface: 4

Defined in: src/sdk/geo/SimAltitudeReference.ts:25

Altitude above the ground, including buildings, trees and other objects.


Terrain

Terrain: 1

Defined in: src/sdk/geo/SimAltitudeReference.ts:13

Altitude above the terrain (ignoring buildings, trees and other objects).


Unspecified

Unspecified: 0

Defined in: src/sdk/geo/SimAltitudeReference.ts:9

No altitude reference is specified.