Skip to main content

Interface: ApproachProcedure

Defined in: src/sdk/navigation/Facilities.ts:524

An approach procedure.

Properties

approachSuffix

readonly approachSuffix: string

Defined in: src/sdk/navigation/Facilities.ts:547

The approach name suffix.


approachType

readonly approachType: ExtendedApproachType

Defined in: src/sdk/navigation/Facilities.ts:544

The approach type.


finalLegs

readonly finalLegs: readonly Readonly<FlightPlanLeg>[]

Defined in: src/sdk/navigation/Facilities.ts:538

The common legs of the procedure for all transitions.


icaos

readonly icaos: readonly string[]

Defined in: src/sdk/navigation/Facilities.ts:532

The ICAOs associated with this procedure.


missedApproachRnpAr

readonly missedApproachRnpAr: boolean

Defined in: src/sdk/navigation/Facilities.ts:562

Whether the missed approach procedure requires RNP-AR authorization.


missedLegs

readonly missedLegs: readonly Readonly<FlightPlanLeg>[]

Defined in: src/sdk/navigation/Facilities.ts:541

The legs of the procedure for the missed approach segment.


name

readonly name: string

Defined in: src/sdk/navigation/Facilities.ts:526

The name of the approach procedure.


rnavTypeFlags

readonly rnavTypeFlags: RnavTypeFlags

Defined in: src/sdk/navigation/Facilities.ts:556

The approach RNAV Type Flag.


rnpAr

readonly rnpAr: boolean

Defined in: src/sdk/navigation/Facilities.ts:559

Whether the approach procedure requires RNP-AR authorization.


runway

readonly runway: string

Defined in: src/sdk/navigation/Facilities.ts:529

The approach runway designation.


runwayDesignator

readonly runwayDesignator: RunwayDesignator

Defined in: src/sdk/navigation/Facilities.ts:550

The approach runway designator.


runwayNumber

readonly runwayNumber: number

Defined in: src/sdk/navigation/Facilities.ts:553

The approach runway number.


transitions

readonly transitions: readonly ApproachTransition[]

Defined in: src/sdk/navigation/Facilities.ts:535

Transitions from the arrival that are available on this procedure.