Skip to main content

Interface: Procedure

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

Common interface for procedures.

Properties

commonLegs

readonly commonLegs: readonly Readonly<FlightPlanLeg>[]

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

The legs of the procedure that are common to all selected transitions and runways.


enRouteTransitions

readonly enRouteTransitions: readonly EnrouteTransition[]

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

The transition from the departure to the enroute segment.


name

readonly name: string

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

The name of the departure.


rnpAr

readonly rnpAr: boolean

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

Whether the procedure requires RNP-AR authorization.


runwayTransitions

readonly runwayTransitions: readonly RunwayTransition[]

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

The transition from the selected runway to the common procedure legs.