Class: ProcedureDetails
Defined in: src/sdk/flightplan/FlightPlanning.ts:108
The details of procedures selected in the flight plan.
Constructors
Constructor
new ProcedureDetails():
ProcedureDetails
Returns
ProcedureDetails
Properties
approachFacilityIcao
approachFacilityIcao:
undefined
|string
=undefined
Defined in: src/sdk/flightplan/FlightPlanning.ts:147
The ICAO for the facility associated with the approach procedure.
approachIndex
approachIndex:
number
=-1
Defined in: src/sdk/flightplan/FlightPlanning.ts:150
The index of the apporach in the destination airport information.
approachTransitionIndex
approachTransitionIndex:
number
=-1
Defined in: src/sdk/flightplan/FlightPlanning.ts:153
The index of the approach transition in the destination airport approach information.
arrivalFacilityIcao
arrivalFacilityIcao:
undefined
|string
=undefined
Defined in: src/sdk/flightplan/FlightPlanning.ts:131
The ICAO for the facility associated with the arrival procedure.
arrivalIndex
arrivalIndex:
number
=-1
Defined in: src/sdk/flightplan/FlightPlanning.ts:134
The index of the arrival in the destination airport information.
arrivalRunway
arrivalRunway:
undefined
|OneWayRunway
=undefined
Defined in: src/sdk/flightplan/FlightPlanning.ts:144
The arrival runway object, consisting of the index of the destination runway in the destination runway information and the direction.
arrivalRunwayTransitionIndex
arrivalRunwayTransitionIndex:
number
=-1
Defined in: src/sdk/flightplan/FlightPlanning.ts:140
The index of the selected runway transition at the destination airport arrival information.
arrivalTransitionIndex
arrivalTransitionIndex:
number
=-1
Defined in: src/sdk/flightplan/FlightPlanning.ts:137
The index of the arrival transition in the destination airport arrival information.
departureFacilityIcao
departureFacilityIcao:
undefined
|string
=undefined
Defined in: src/sdk/flightplan/FlightPlanning.ts:119
The ICAO for the facility associated with the departure procedure.
departureIndex
departureIndex:
number
=-1
Defined in: src/sdk/flightplan/FlightPlanning.ts:122
The index of the departure in the origin airport information.
departureRunwayIndex
departureRunwayIndex:
number
=-1
Defined in: src/sdk/flightplan/FlightPlanning.ts:128
The index of the selected runway in the original airport departure information.
departureTransitionIndex
departureTransitionIndex:
number
=-1
Defined in: src/sdk/flightplan/FlightPlanning.ts:125
The index of the departure transition in the origin airport departure information.
destinationRunway
destinationRunway:
undefined
|OneWayRunway
=undefined
Defined in: src/sdk/flightplan/FlightPlanning.ts:157
The destination runway object, consisting of the index of the destination runway in the destination runway information and the direction.
originRunway
originRunway:
undefined
|OneWayRunway
=undefined
Defined in: src/sdk/flightplan/FlightPlanning.ts:116
The origin runway object, consisting of the index of the origin runway in the origin runway information and the direction.