Class TLcdARINCAirspaceDataProperties

java.lang.Object
com.luciad.format.arinc.model.airspace.TLcdARINCAirspaceDataProperties

public final class TLcdARINCAirspaceDataProperties extends Object
This class provides easy access to the properties of the Airspace type.
See Also:
  • Field Details

    • CUSTOMER_AREA_CODE

      public static final TLcdDataProperty CUSTOMER_AREA_CODE
      A code permitting to categorize airspaces by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the type String.
    • ICAO_REGION

      public static final TLcdDataProperty ICAO_REGION
      The two letter ICAO region of the airspace.

      The ICAO region is only available for Controlled Airspaces and Restrictive Airspaces.

      The ICAO region is of the type String.

    • AIRSPACE_CENTER

      public static final TLcdDataProperty AIRSPACE_CENTER
      A code defining the navigation element upon which the Controlled Airspace is based, but not necessarily centered.

      The airspace center is only available for controlled airspaces.

      The airspace center is of the type String.

    • NAME

      public static final TLcdDataProperty NAME
      The name of the airspace. The name is of type String.
    • TYPE

      public static final TLcdDataProperty TYPE
      A code indicating the type of airspace. The type is of type TLcdAirspaceType.
    • CLASS

      public static final TLcdDataProperty CLASS
      A code that indicates the airspace classification. The class is of the type TLcdAirspaceClass.
    • LEVEL

      public static final TLcdDataProperty LEVEL
      A code identifying the airspace structure.

      The level is only available for Controlled Airspaces and Restrictive Airspaces.

      The level is of the type TLcdAirspaceStructureType.

    • UPPER_LIMIT

      public static final TLcdDataProperty UPPER_LIMIT
      The numerical value of the upper limit of the airspace. The upper limit is of the type Float. In case the airspace is a combined FIR/UIR airspace this is the numerical value of the upper limit of the UIR.
    • UPPER_LIMIT_UNIT

      public static final TLcdDataProperty UPPER_LIMIT_UNIT
      The unit of measurement for the upper limit. The upper limit unit is of the type TLcdAltitudeUnit In case the airspace is a combined FIR/UIR airspace this is the unit of the upper limit of the UIR.
    • UPPER_LIMIT_REFERENCE

      public static final TLcdDataProperty UPPER_LIMIT_REFERENCE
      A code indicating the convention of calculating the upper limit. The upper limit reference point is of the type TLcdAltitudeReference. In case the airspace is a combined FIR/UIR airspace this is the reference of the upper limit of the UIR.
    • LOWER_LIMIT

      public static final TLcdDataProperty LOWER_LIMIT
      The numerical value of the lower limit of the airspace. The lower limit is of the type Float. In case the airspace is a combined FIR/UIR airspace this is the numerical value of the lower limit of the UIR.
    • LOWER_LIMIT_UNIT

      public static final TLcdDataProperty LOWER_LIMIT_UNIT
      The unit of measurement for the lower limit. The lower limit unit is of the type TLcdAltitudeUnit In case the airspace is a combined FIR/UIR airspace this is the unit of the lower limit of the UIR.
    • LOWER_LIMIT_REFERENCE

      public static final TLcdDataProperty LOWER_LIMIT_REFERENCE
      A code indicating the convention of calculating the lower limit. The lower limit reference point is of the type TLcdAltitudeReference. In case the airspace is a combined FIR/UIR airspace this is the reference of the lower limit of the UIR.
    • REQUIRED_NAVIGATION_PERFORMANCE

      public static final TLcdDataProperty REQUIRED_NAVIGATION_PERFORMANCE
      A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles).

      The RNP is only available for Controlled Airspaces.

      The RNP is of the type Float.

    • CONTROLLING_AGENCY

      public static final TLcdDataProperty CONTROLLING_AGENCY
      Agency that authorizes IFR operations in the airspace when it is not being used by the using agency.

      The controlling agency feature is only available for Controlled Airspaces and Restrictive Airspaces.

      The controlling agency is of the type String.

    • MULTIPLE_CODE

      public static final TLcdDataProperty MULTIPLE_CODE
      A code used to indicate airspaces with the same designator but subdivided or differently divided by lateral and/or vertical detail.

      The multiple code is only available for Controlled Airspaces and Restrictive Airspaces.

      The multiple code is of the type Character

    • CYCLE_DATE

      public static final TLcdDataProperty CYCLE_DATE
      The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the type String.
      Since:
      2016.1.51