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:87
The x-coordinate of the center of the circle.
centerY
centerY:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:90
The y-coordinate of the center of the circle.
centerZ
centerZ:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:93
The z-coordinate of the center of the circle.
distance
distance:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:81
The total distance of the vector, in meters.
endLat
endLat:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:75
The latitude of the end of the vector.
endLon
endLon:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:78
The longitude of the end of the vector.
flags
flags:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:66
Bit flags describing the vector.
heading
heading:
null
|number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:96
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:99
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:84
The radius of the circle, in great-arc radians.
startLat
startLat:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:69
The latitude of the start of the vector.
startLon
startLon:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:72
The longitude of the start of the vector.