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

    Class PrimaryAirport

    The primary airport.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • code: string

        The identifier displayed in the game for selecting the airspace, typically the airspace ID or the airport ICAO code.

      • name: string

        The official name of the airport.

      • pronunciation: string

        The pronunciation of the airport name, used by arriving traffic.

      • initialClimb: number

        The initial climb altitude in feet for departures. This value may be overridden on a per-SID basis.

      Returns PrimaryAirport

    Properties

    code: string

    The identifier displayed in the game for selecting the airspace, typically the airspace ID or the airport ICAO code.

    initialClimb: number

    The initial climb altitude in feet for departures. This value may be overridden on a per-SID basis.

    name: string

    The official name of the airport.

    pronunciation: string

    The pronunciation of the airport name, used by arriving traffic.

    Accessors

    • get sids(): ReadonlySet<SidFix>

      The SIDs of this airport.

      If the airspace contains Departure routes for a runway of this airport, only the Departure routes will be used for that runway. SIDs specified here will be rendered on the screen and can be used as markers.

      Returns ReadonlySet<SidFix>

    Methods