eatc-airspace - v0.0.1
    Preparing search index...

    Class EntryPoint

    A point where new arrivals are generated.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • bearing: string

        The bearing in degrees from the Airspace#center along which the entry point is located, 11 NMI beyond where this bearing intersects the Airspace#boundary.

      • Optionalaltitude: number

        The altitude, in feet, at which arrivals pass the entry point.

      • Optionalbeacon: string

        The beacon from Airspace#beacons towards which arrivals from this entry point will be directed.

      Returns EntryPoint

    Properties

    altitude?: number

    The altitude, in feet, at which arrivals pass the entry point.

    beacon?: string

    The beacon from Airspace#beacons towards which arrivals from this entry point will be directed.

    bearing: string

    The bearing in degrees from the Airspace#center along which the entry point is located, 11 NMI beyond where this bearing intersects the Airspace#boundary.