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

    Class Registry

    A registry for storing and retrieving airspace components.

    The following fixes are automatically registered by an Airspace:

    Hierarchy (View Summary)

    Index

    Properties

    fixes: Map<string, NamedFix> = ...
    runways: Map<string, Runway> = ...

    Methods

    • Retrieve a named fix from the registry.

      Parameters

      • name: string

        The name of the fix to retrieve.

      Returns NamedFix

      If the fix is not registered in the registry.

    • Retrieve a runway from the registry.

      Parameters

      • id: string

        The ID of the runway to retrieve.

      Returns Runway

      If the runway is not registered in the registry.