Interface: FlightPathVector
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:64
A flight path vector within a leg flight path calculation.
Properties
centerX
centerX:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:90
The x-coordinate of the center of the circle.
centerY
centerY:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:93
The y-coordinate of the center of the circle.
centerZ
centerZ:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:96
The z-coordinate of the center of the circle.
distance
distance:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:84
The total distance of the vector, in meters.
endLat
endLat:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:78
The latitude of the end of the vector.
endLon
endLon:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:81
The longitude of the end of the vector.
flags
flags:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:69
Bit flags describing the vector.
See
heading
heading:
number|null
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:99
The heading-to-fly assigned to this vector, in degrees, or null if no heading is assigned.
isHeadingTrue
isHeadingTrue:
boolean
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:102
Whether the heading-to-fly assigned to this vector is relative to true north instead of magnetic north.
radius
radius:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:87
The radius of the circle, in great-arc radians.
startLat
startLat:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:72
The latitude of the start of the vector.
startLon
startLon:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:75
The longitude of the start of the vector.