Skip to main content

Interface: Procedure

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

Common interface for procedures.

Properties

commonLegs

readonly commonLegs: readonly Readonly<FlightPlanLeg>[]

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

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

The transition from the departure to the enroute segment.


name

readonly name: string

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

The name of the departure.


runwayTransitions

readonly runwayTransitions: readonly RunwayTransition[]

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

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