Skip to main content

Class: ProcedureDetails

The details of procedures selected in the flight plan.

Constructors

constructor

new ProcedureDetails(): ProcedureDetails

Returns

ProcedureDetails

Properties

approachFacilityIcao

approachFacilityIcao: undefined | string = undefined

The ICAO for the facility associated with the approach procedure.

Defined in

src/sdk/flightplan/FlightPlanning.ts:147


approachIndex

approachIndex: number = -1

The index of the apporach in the destination airport information.

Defined in

src/sdk/flightplan/FlightPlanning.ts:150


approachTransitionIndex

approachTransitionIndex: number = -1

The index of the approach transition in the destination airport approach information.

Defined in

src/sdk/flightplan/FlightPlanning.ts:153


arrivalFacilityIcao

arrivalFacilityIcao: undefined | string = undefined

The ICAO for the facility associated with the arrival procedure.

Defined in

src/sdk/flightplan/FlightPlanning.ts:131


arrivalIndex

arrivalIndex: number = -1

The index of the arrival in the destination airport information.

Defined in

src/sdk/flightplan/FlightPlanning.ts:134


arrivalRunway

arrivalRunway: undefined | OneWayRunway = undefined

The arrival runway object, consisting of the index of the destination runway in the destination runway information and the direction.

Defined in

src/sdk/flightplan/FlightPlanning.ts:144


arrivalRunwayTransitionIndex

arrivalRunwayTransitionIndex: number = -1

The index of the selected runway transition at the destination airport arrival information.

Defined in

src/sdk/flightplan/FlightPlanning.ts:140


arrivalTransitionIndex

arrivalTransitionIndex: number = -1

The index of the arrival transition in the destination airport arrival information.

Defined in

src/sdk/flightplan/FlightPlanning.ts:137


departureFacilityIcao

departureFacilityIcao: undefined | string = undefined

The ICAO for the facility associated with the departure procedure.

Defined in

src/sdk/flightplan/FlightPlanning.ts:119


departureIndex

departureIndex: number = -1

The index of the departure in the origin airport information.

Defined in

src/sdk/flightplan/FlightPlanning.ts:122


departureRunwayIndex

departureRunwayIndex: number = -1

The index of the selected runway in the original airport departure information.

Defined in

src/sdk/flightplan/FlightPlanning.ts:128


departureTransitionIndex

departureTransitionIndex: number = -1

The index of the departure transition in the origin airport departure information.

Defined in

src/sdk/flightplan/FlightPlanning.ts:125


destinationRunway

destinationRunway: undefined | OneWayRunway = undefined

The destination runway object, consisting of the index of the destination runway in the destination runway information and the direction.

Defined in

src/sdk/flightplan/FlightPlanning.ts:157


originRunway

originRunway: undefined | OneWayRunway = undefined

The origin runway object, consisting of the index of the origin runway in the origin runway information and the direction.

Defined in

src/sdk/flightplan/FlightPlanning.ts:116