@squawk
    Preparing search index...

    Interface ProcedureCommonRoute

    Common (trunk) route of a procedure.

    • For SIDs/STARs, the common route is the unnamed trunk connecting transitions to the adapted airport(s). A procedure may have multiple common routes for different runway configurations.
    • For IAPs, the common route describes the final approach segment from the Intermediate Fix through the Missed Approach Point.
    interface ProcedureCommonRoute {
        airports: string[];
        legs: ProcedureLeg[];
        runway?: string;
    }
    Index

    Properties

    Properties

    airports: string[]

    FAA identifiers of adapted airports served by this route.

    legs: ProcedureLeg[]

    Ordered legs along the common route.

    runway?: string

    Runway identifier when CIFP tags the route to a specific runway.