Skip to main content

Interface: ProcedureDetails

Defined in: src/sdk/flightplan/FlightPlanning.ts:18

The details of procedures selected in the flight plan.

Properties

approachFacilityIcao

approachFacilityIcao: undefined | string

Defined in: src/sdk/flightplan/FlightPlanning.ts:104

The ICAO string (V1) of the airport facility associated with the flight plan's selected published approach procedure, or undefined if the flight plan does not have a selected published approach procedure.

Deprecated

Please use approachFacilityIcaoStruct instead.


approachFacilityIcaoStruct

approachFacilityIcaoStruct: undefined | IcaoValue

Defined in: src/sdk/flightplan/FlightPlanning.ts:97

The ICAO value of the airport facility associated with the flight plan's selected published approach procedure, or undefined if the flight plan does not have a selected published approach procedure.


approachIndex

approachIndex: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:110

The index of the flight plan's selected published approach procedure in the approach airport's approaches array, or -1 if the flight plan does not have a selected published approach procedure.


approachTransitionIndex

approachTransitionIndex: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:116

The index of the flight plan's selected published approach transition in the approach procedure's transitions array, or -1 if the flight plan does not have a selected published approach transition.


arrivalFacilityIcao

arrivalFacilityIcao: undefined | string

Defined in: src/sdk/flightplan/FlightPlanning.ts:70

The ICAO string (V1) of the airport facility associated with the flight plan's selected published arrival procedure, or undefined if the flight plan does not have a selected published arrival procedure.

Deprecated

Please use arrivalFacilityIcaoStruct instead.


arrivalFacilityIcaoStruct

arrivalFacilityIcaoStruct: undefined | IcaoValue

Defined in: src/sdk/flightplan/FlightPlanning.ts:63

The ICAO value of the airport facility associated with the flight plan's selected published arrival procedure, or undefined if the flight plan does not have a selected published arrival procedure.


arrivalIndex

arrivalIndex: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:76

The index of the flight plan's selected published arrival procedure in the arrival airport's arrivals array, or -1 if the flight plan does not have a selected published arrival procedure.


arrivalRunway

arrivalRunway: undefined | OneWayRunway

Defined in: src/sdk/flightplan/FlightPlanning.ts:91

The selected arrival procedure runway.


arrivalRunwayTransitionIndex

arrivalRunwayTransitionIndex: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:88

The index of the flight plan's selected published arrival runway transition in the arrival procedure's runway transitions array, or -1 if the flight plan does not have a selected published arrival runway transition.


arrivalTransitionIndex

arrivalTransitionIndex: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:82

The index of the flight plan's selected published arrival enroute transition in the arrival procedure's enroute transitions array, or -1 if the flight plan does not have a selected published arrival enroute transition.


departureFacilityIcao

departureFacilityIcao: undefined | string

Defined in: src/sdk/flightplan/FlightPlanning.ts:38

The ICAO string (V1) of the airport facility associated with the flight plan's selected published departure procedure, or undefined if the flight plan does not have a selected published departure procedure.

Deprecated

Please use departureFacilityIcaoStruct instead.


departureFacilityIcaoStruct

departureFacilityIcaoStruct: undefined | IcaoValue

Defined in: src/sdk/flightplan/FlightPlanning.ts:31

The ICAO value of the airport facility associated with the flight plan's selected published departure procedure, or undefined if the flight plan does not have a selected published departure procedure.


departureIndex

departureIndex: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:44

The index of the flight plan's selected published departure procedure in the departure airport's departures array, or -1 if the flight plan does not have a selected published departure procedure.


departureRunwayIndex

departureRunwayIndex: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:57

The index of the flight plan's selected published departure runway transition in the departure procedure's runway transitions array, or -1 if the flight plan does not have a selected published departure runway transition.


departureTransitionIndex

departureTransitionIndex: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:51

The index of the flight plan's selected published departure enroute transition in the departure procedure's enroute transitions array, or -1 if the flight plan does not have a selected published departure enroute transition.


destinationRunway

destinationRunway: undefined | OneWayRunway

Defined in: src/sdk/flightplan/FlightPlanning.ts:119

The selected destination runway.


originRunway

originRunway: undefined | OneWayRunway

Defined in: src/sdk/flightplan/FlightPlanning.ts:25

The selected origin runway.