GeoPathValue
Description
Enumeration of well-defined geo path sample values.
Yaw, pitch and roll angles are interpreted as described here:
https://en.wikipedia.org/wiki/Aircraft_principal_axes
Public / Constants
Timestamp
The timestamp in milli-seconds, usually relative to 1900-01-01 00:00:00.000 UTC.
All geo path sample types must contain this value.
- See also
Latitude
The latitude angle, in the range [-90..90] degrees, interpreted according to IGeoPathBase.Datum.
All geo path sample types must contain this value.
Longitude
The longitude angle, in the range [-180..180[ degrees, interpreted according to IGeoPathBase.Datum.
All geo path sample types must contain this value.
Ellipsoid
Height in metres, interpreted according to VerticalType.Ellipsoid.
A geo path sample type may omit this value; in this case 0
is used.
Gravity
Height in metres, interpreted according to VerticalType.Gravity.
A geo path sample type may omit this value; in this case 0
is used.
Height
Height in metres, interpreted according to VerticalType.Height.
A geo path sample type may omit this value; in this case 0
is used.
Pitch
The pitch angle, in the range [-180..180[ degrees.
A geo path sample type may omit this value; in this case 0
is used.
- See also
Roll
The roll angle, in the range [-180..180[ degrees.
A geo path sample type may omit this value; in this case 0
is used.
- See also