Interface: FlightPlanRoute
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:13
A generic description of a flight plan.
Properties
__Type
__Type:
"JS_FlightPlanRoute"
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:15
Coherent C++ object binding type.
approach
approach:
ApproachIdentifier
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:48
This route's approach procedure.
approachTransition
approachTransition:
string
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:51
The name of this route's approach procedure transition.
approachVfrPattern
approachVfrPattern:
FlightPlanRouteVfrPatternApproach
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:54
This route's VFR traffic pattern approach procedure.
arrival
arrival:
string
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:42
The name of this route's arrival procedure.
arrivalTransition
arrivalTransition:
string
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:45
The name of this route's arrival procedure enroute transition.
cruiseAltitude
cruiseAltitude:
null
|FlightPlanRouteAltitude
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:57
This route's cruise altitude.
departure
departure:
string
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:30
The name of this route's departure procedure.
departureAirport
departureAirport:
IcaoValue
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:18
The ICAO of this route's departure airport.
departureRunway
departureRunway:
RunwayIdentifier
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:27
This route's departure runway.
departureTransition
departureTransition:
string
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:33
The name of this route's departure procedure enroute transition.
departureVfrPattern
departureVfrPattern:
FlightPlanRouteVfrPatternDeparture
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:36
This route's VFR traffic pattern departure procedure.
destinationAirport
destinationAirport:
IcaoValue
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:21
The ICAO of this route's destination airport.
destinationRunway
destinationRunway:
RunwayIdentifier
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:39
This route's destination runway.
enroute
enroute:
FlightPlanRouteEnrouteLeg
[]
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:24
This route's enroute legs.
isVfr
isVfr:
boolean
Defined in: src/sdk/flightplan/FlightPlanRoute.ts:60
Whether this route is classified as VFR.