Skip to main content

Interface: ApproachProcedure

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

An approach procedure.

Properties

approachSuffix

readonly approachSuffix: string

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

The approach name suffix.


approachType

readonly approachType: ExtendedApproachType

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

The approach type.


finalLegs

readonly finalLegs: readonly Readonly<FlightPlanLeg>[]

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

The common legs of the procedure for all transitions.


icaos

readonly icaos: readonly string[]

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

The ICAOs associated with this procedure.


missedApproachRnpAr

readonly missedApproachRnpAr: boolean

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

Whether the missed approach procedure requires RNP-AR authorization.


missedLegs

readonly missedLegs: readonly Readonly<FlightPlanLeg>[]

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

The legs of the procedure for the missed approach segment.


name

readonly name: string

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

The name of the approach procedure.


rnavTypeFlags

readonly rnavTypeFlags: RnavTypeFlags

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

The approach RNAV Type Flag.


rnpAr

readonly rnpAr: boolean

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

Whether the approach procedure requires RNP-AR authorization.


runway

readonly runway: string

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

The approach runway designation.


runwayDesignator

readonly runwayDesignator: RunwayDesignator

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

The approach runway designator.


runwayNumber

readonly runwayNumber: number

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

The approach runway number.


transitions

readonly transitions: readonly ApproachTransition[]

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

Transitions from the arrival that are available on this procedure.