Skip to main content

Interface: ApproachProcedure

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

An approach procedure.

Properties

approachSuffix

readonly approachSuffix: string

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

The approach name suffix.


approachType

readonly approachType: ExtendedApproachType

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

The approach type.


finalLegs

readonly finalLegs: readonly Readonly<FlightPlanLeg>[]

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

The common legs of the procedure for all transitions.


icaos

readonly icaos: readonly string[]

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

The ICAOs associated with this procedure.


missedLegs

readonly missedLegs: readonly Readonly<FlightPlanLeg>[]

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

The legs of the procedure for the missed approach segment.


name

readonly name: string

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

The name of the approach procedure.


rnavTypeFlags

readonly rnavTypeFlags: RnavTypeFlags

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

The approach RNAV Type Flag.


runway

readonly runway: string

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

The approach runway designation.


runwayDesignator

readonly runwayDesignator: RunwayDesignator

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

The approach runway designator.


runwayNumber

readonly runwayNumber: number

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

The approach runway number.


transitions

readonly transitions: readonly ApproachTransition[]

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

Transitions from the arrival that are available on this procedure.