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

    Class CircleArea

    A circular area with an altitude restriction.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • name: string

        The name of the area, displayed beneath the altitude restriction. If this name matches a SecondaryAirport#code, aircraft departing from or arriving at that airport are exempt from the altitude restriction. If no name is specified, traffic to or from the PrimaryAirport is exempt from the altitude restriction.

      • altitude: number

        The minimum allowed altitude in feet.

      • center: Fix

        The centre of the circle.

      • radius: number

        The radius of the circle, in nautical miles.

      • label: Fix

        Position of the label.

      • OptionalvisibleArc: [start: number, end: number]

        Start and end angle of the visible arc, as bearings in degrees from true north. If omitted, the full circle is visible.

      Returns CircleArea

    • Parameters

      • altitude: number

        The minimum allowed altitude in feet.

      • center: Fix

        The centre of the circle.

      • radius: number

        The radius of the circle, in nautical miles.

      • label: Fix

        Position of the label.

      • OptionalvisibleArc: [start: number, end: number]

        Start and end angle of the visible arc, as bearings in degrees from true north. If omitted, the full circle is visible.

      Returns CircleArea

    • Parameters

      • airport: SecondaryAirport

        The airport whose traffic should be exempt from the altitude restriction.

      • altitude: number

        The minimum allowed altitude in feet.

      • center: Fix

        The centre of the circle.

      • radius: number

        The radius of the circle, in nautical miles.

      • label: Fix

        Position of the label.

      • OptionalvisibleArc: [start: number, end: number]

        Start and end angle of the visible arc, as bearings in degrees from true north. If omitted, the full circle is visible.

      Returns CircleArea

    Properties

    altitude: number

    The minimum allowed altitude in feet.

    center: Fix

    The centre of the circle.

    label: Fix

    Position of the label.

    name?: string

    The name of the area, displayed beneath the altitude restriction. If this name matches a SecondaryAirport#code, aircraft departing from or arriving at that airport are exempt from the altitude restriction. If no name is specified, traffic to or from the PrimaryAirport is exempt from the altitude restriction.

    radius: number

    Radius in nautical miles.

    visibleArc?: [start: number, end: number]

    Start and end angle of the visible arc, as bearings in degrees from true north. If omitted, the full circle is visible.