Interface ILcdAirspaceFeature

All Known Subinterfaces:
ILcdAIXMAirspaceFeature, ILcdARINCAirspaceFeature, ILcdDAFIFAirspaceFeature

public interface ILcdAirspaceFeature
This interface defines general applicable features for an airspace.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A code that indicates the airspace classification.
    static final String
    The calendar period in which the record was added to the file or last revised.
    static final String
    The numerical value of the lower limit of the airspace.
    static final String
    A code indicating the convention of calculating the lower limit.
    static final String
    The unit of measurement for the lower limit.
    static final String
    The name of the airspace.
    static final String
    A code indicating the type of airspace.
    static final String
    The numerical value of the upper limit of the airspace.
    static final String
    A code indicating the convention of calculating the upper limit.
    static final String
    The unit of measurement for the upper limit.
  • Field Details

    • NAME

      static final String NAME
      The name of the airspace. The name is of type String.
      See Also:
    • TYPE

      static final String TYPE
      A code indicating the type of airspace. The type is of type TLcdAirspaceType.
      See Also:
    • UPPER_LIMIT

      static final String UPPER_LIMIT
      The numerical value of the upper limit of the airspace. The upper limit is of the type Float.
      See Also:
    • UPPER_LIMIT_UNIT

      static final String UPPER_LIMIT_UNIT
      The unit of measurement for the upper limit. The upper limit unit is of the type TLcdAltitudeUnit
      See Also:
    • UPPER_LIMIT_REFERENCE

      static final String UPPER_LIMIT_REFERENCE
      A code indicating the convention of calculating the upper limit. The upper limit reference point is of the type TLcdAltitudeReference.
      See Also:
    • LOWER_LIMIT

      static final String LOWER_LIMIT
      The numerical value of the lower limit of the airspace. The lower limit is of the type Float.
      See Also:
    • LOWER_LIMIT_UNIT

      static final String LOWER_LIMIT_UNIT
      The unit of measurement for the lower limit. The lower limit unit is of the type TLcdAltitudeUnit
      See Also:
    • LOWER_LIMIT_REFERENCE

      static final String LOWER_LIMIT_REFERENCE
      A code indicating the convention of calculating the lower limit. The lower limit reference point is of the type TLcdAltitudeReference.
      See Also:
    • CLASS

      static final String CLASS
      A code that indicates the airspace classification. The class is of the type TLcdAirspaceClass.
      See Also:
    • CYCLE_DATE

      static final String 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
      See Also: