@squawk
    Preparing search index...

    Interface ProcedureTransition

    A named transition on a procedure.

    • For STARs, a transition is an enroute entry path that leads into the common route.
    • For SIDs, a transition is a runway or enroute exit path joined to the common route.
    • For IAPs, a transition is an approach transition from an IAF or holding fix to the final approach segment.
    interface ProcedureTransition {
        legs: ProcedureLeg[];
        name: string;
    }
    Index

    Properties

    Properties

    legs: ProcedureLeg[]

    Ordered legs along the transition path.

    name: string

    Transition identifier, typically the entry/exit fix name.