Skip to main content

Interface: ApproachProcedure

An approach procedure.

Properties

approachSuffix

Readonly approachSuffix: string

The approach name suffix.

Defined in

src/sdk/navigation/Facilities.ts:331


approachType

Readonly approachType: ExtendedApproachType

The approach type.

Defined in

src/sdk/navigation/Facilities.ts:328


finalLegs

Readonly finalLegs: readonly Readonly<FlightPlanLeg>[]

The common legs of the procedure for all transitions.

Defined in

src/sdk/navigation/Facilities.ts:322


icaos

Readonly icaos: readonly string[]

The ICAOs associated with this procedure.

Defined in

src/sdk/navigation/Facilities.ts:316


missedLegs

Readonly missedLegs: readonly Readonly<FlightPlanLeg>[]

The legs of the procedure for the missed approach segment.

Defined in

src/sdk/navigation/Facilities.ts:325


name

Readonly name: string

The name of the approach procedure.

Defined in

src/sdk/navigation/Facilities.ts:310


rnavTypeFlags

Readonly rnavTypeFlags: RnavTypeFlags

The approach RNAV Type Flag.

Defined in

src/sdk/navigation/Facilities.ts:340


runway

Readonly runway: string

The approach runway designation.

Defined in

src/sdk/navigation/Facilities.ts:313


runwayDesignator

Readonly runwayDesignator: RunwayDesignator

The approach runway designator.

Defined in

src/sdk/navigation/Facilities.ts:334


runwayNumber

Readonly runwayNumber: number

The approach runway number.

Defined in

src/sdk/navigation/Facilities.ts:337


transitions

Readonly transitions: readonly ApproachTransition[]

Transitions from the arrival that are available on this procedure.

Defined in

src/sdk/navigation/Facilities.ts:319