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

    Class SecondaryAirport

    The primary airport.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • code: string

        The final two letters of the ICAO code of the airport, e.g. ‘KK’ (from ‘EGKK’) for London Gatwick.

      • name: string
      • pronunciation: string
      • initialClimb: number
      • flow: number

        Approximate traffic flow, in flights per hour per active runway. Increases slightly with score.

      • inboundBeacon: string

        The default initial beacon (from Airspace#beacons) for arrivals.

      Returns SecondaryAirport

    Properties

    code: string

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

    flow: number

    Approximate traffic flow, in flights per hour per active runway. Increases slightly with score.

    inboundBeacon: string

    The default initial beacon (from Airspace#beacons) for arrivals.

    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