Interface: ApproachProcedure
Defined in: src/sdk/navigation/Facilities.ts:314
An approach procedure.
Properties
approachSuffix
readonlyapproachSuffix:string
Defined in: src/sdk/navigation/Facilities.ts:337
The approach name suffix.
approachType
readonlyapproachType:ExtendedApproachType
Defined in: src/sdk/navigation/Facilities.ts:334
The approach type.
finalLegs
readonlyfinalLegs: readonlyReadonly<FlightPlanLeg>[]
Defined in: src/sdk/navigation/Facilities.ts:328
The common legs of the procedure for all transitions.
icaos
readonlyicaos: readonlystring[]
Defined in: src/sdk/navigation/Facilities.ts:322
The ICAOs associated with this procedure.
missedLegs
readonlymissedLegs: readonlyReadonly<FlightPlanLeg>[]
Defined in: src/sdk/navigation/Facilities.ts:331
The legs of the procedure for the missed approach segment.
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:316
The name of the approach procedure.
rnavTypeFlags
readonlyrnavTypeFlags:RnavTypeFlags
Defined in: src/sdk/navigation/Facilities.ts:346
The approach RNAV Type Flag.
runway
readonlyrunway:string
Defined in: src/sdk/navigation/Facilities.ts:319
The approach runway designation.
runwayDesignator
readonlyrunwayDesignator:RunwayDesignator
Defined in: src/sdk/navigation/Facilities.ts:340
The approach runway designator.
runwayNumber
readonlyrunwayNumber:number
Defined in: src/sdk/navigation/Facilities.ts:343
The approach runway number.
transitions
readonlytransitions: readonlyApproachTransition[]
Defined in: src/sdk/navigation/Facilities.ts:325
Transitions from the arrival that are available on this procedure.