Skip to main content

Interface: Procedure

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

Common interface for procedures.

Properties

commonLegs

readonly commonLegs: readonly Readonly<FlightPlanLeg>[]

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

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:577

The transition from the departure to the enroute segment.


name

readonly name: string

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

The name of the departure.


rnpAr

readonly rnpAr: boolean

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

Whether the procedure requires RNP-AR authorization.


runwayTransitions

readonly runwayTransitions: readonly RunwayTransition[]

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

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