Interface: ApproachProcedure
Defined in: src/sdk/navigation/Facilities.ts:534
An approach procedure.
Properties
approachSuffix
readonlyapproachSuffix:string
Defined in: src/sdk/navigation/Facilities.ts:557
The approach name suffix.
approachType
readonlyapproachType:ExtendedApproachType
Defined in: src/sdk/navigation/Facilities.ts:554
The approach type.
finalLegs
readonlyfinalLegs: readonlyReadonly<FlightPlanLeg>[]
Defined in: src/sdk/navigation/Facilities.ts:548
The common legs of the procedure for all transitions.
icaos
readonlyicaos: readonlystring[]
Defined in: src/sdk/navigation/Facilities.ts:542
The ICAOs associated with this procedure.
missedApproachRnpAr
readonlymissedApproachRnpAr:boolean
Defined in: src/sdk/navigation/Facilities.ts:572
Whether the missed approach procedure requires RNP-AR authorization.
missedLegs
readonlymissedLegs: readonlyReadonly<FlightPlanLeg>[]
Defined in: src/sdk/navigation/Facilities.ts:551
The legs of the procedure for the missed approach segment.
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:536
The name of the approach procedure.
rnavTypeFlags
readonlyrnavTypeFlags:RnavTypeFlags
Defined in: src/sdk/navigation/Facilities.ts:566
The approach RNAV Type Flag.
rnpAr
readonlyrnpAr:boolean
Defined in: src/sdk/navigation/Facilities.ts:569
Whether the approach procedure requires RNP-AR authorization.
runway
readonlyrunway:string
Defined in: src/sdk/navigation/Facilities.ts:539
The approach runway designation.
runwayDesignator
readonlyrunwayDesignator:RunwayDesignator
Defined in: src/sdk/navigation/Facilities.ts:560
The approach runway designator.
runwayNumber
readonlyrunwayNumber:number
Defined in: src/sdk/navigation/Facilities.ts:563
The approach runway number.
transitions
readonlytransitions: readonlyApproachTransition[]
Defined in: src/sdk/navigation/Facilities.ts:545
Transitions from the arrival that are available on this procedure.