Interface: Procedure
Defined in: src/sdk/navigation/Facilities.ts:350
Common interface for procedures.
Properties
commonLegs
readonlycommonLegs: 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
readonlyenRouteTransitions: readonlyEnrouteTransition[]
Defined in: src/sdk/navigation/Facilities.ts:358
The transition from the departure to the enroute segment.
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:352
The name of the departure.
runwayTransitions
readonlyrunwayTransitions: readonlyRunwayTransition[]
Defined in: src/sdk/navigation/Facilities.ts:361
The transition from the selected runway to the common procedure legs.