Skip to main content

Enumeration: FlightPathVectorFlags

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:9

The transition type to which a flight path vector belongs.

Enumeration Members

AnticipatedTurn

AnticipatedTurn: 2048

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:46

An anticipated turn from one leg to another.


Arc

Arc: 2

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:16

An arcing turn to a specific point.


ConstantHeading

ConstantHeading: 16384

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:55

The constant-heading vector in a fly-heading leg.


CourseReversal

CourseReversal: 512

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:40

A course reversal.


Direct

Direct: 4

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:19

A direct course to a specific point.


Discontinuity

Discontinuity: 8192

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:52

A path through a discontinuity.


Fallback

Fallback: 4096

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:49

A fallback path.


HoldDirectEntry

HoldDirectEntry: 64

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:31

A direct hold entry.


HoldInboundLeg

HoldInboundLeg: 16

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:25

Inbound leg of a hold.


HoldOutboundLeg

HoldOutboundLeg: 32

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:28

Outbound leg of a hold.


HoldParallelEntry

HoldParallelEntry: 256

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:37

A parallel hold entry.


HoldTeardropEntry

HoldTeardropEntry: 128

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:34

A teardrop hold entry.


InterceptCourse

InterceptCourse: 8

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:22

A path to intercept a specific course.


LegToLegFallback

LegToLegFallback: 32768

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:58

A fallback path for a turn from one leg to another.


LegToLegTurn

LegToLegTurn: 1024

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:43

A turn from one leg to another.


None

None: 0

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:10


TurnToCourse

TurnToCourse: 1

Defined in: src/sdk/flightplan/flightpath/FlightPathVector.ts:13

A turn to a specific course.