Interface: Procedure
Defined in: src/sdk/navigation/Facilities.ts:350
Common interface for procedures.
Properties
commonLegs
readonly
commonLegs: readonlyReadonly
<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: readonlyEnrouteTransition
[]
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: readonlyRunwayTransition
[]
Defined in: src/sdk/navigation/Facilities.ts:361
The transition from the selected runway to the common procedure legs.