GeoPathValue

Description

enum Tinman.Engine.Scenes.Data.GeoPathValue

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

public constant Timestamp → (0:int32)

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.

Latitude

public constant Latitude → (1:int32)

The latitude angle, in the range [-90..90] degrees, interpreted according to IGeoPathBase.Datum.

All geo path sample types must contain this value.

Longitude

public constant Longitude → (2:int32)

The longitude angle, in the range [-180..180[ degrees, interpreted according to IGeoPathBase.Datum.

All geo path sample types must contain this value.

Ellipsoid

public constant Ellipsoid → (3:int32)

Height in metres, interpreted according to VerticalType.Ellipsoid.

A geo path sample type may omit this value; in this case 0 is used.

Gravity

public constant Gravity → (4:int32)

Height in metres, interpreted according to VerticalType.Gravity.

A geo path sample type may omit this value; in this case 0 is used.

Height

public constant Height → (5:int32)

Height in metres, interpreted according to VerticalType.Height.

A geo path sample type may omit this value; in this case 0 is used.

Pitch

public constant Pitch → (6:int32)

The pitch angle, in the range [-180..180[ degrees.

A geo path sample type may omit this value; in this case 0 is used.

Roll

public constant Roll → (7:int32)

The roll angle, in the range [-180..180[ degrees.

A geo path sample type may omit this value; in this case 0 is used.

Yaw

public constant Yaw → (8:int32)

The heading angle towards the geographic North Pole, in the range [-180..180[ degrees.

A geo path sample type may omit this value; in this case 0 is used.