Class TLcdARINCRestrictiveAirspaceDataProperties

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

public final class TLcdARINCRestrictiveAirspaceDataProperties extends Object
This class provides easy access to the properties of the RestrictiveAirspace 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.

    • RESTRICTIVE_AIRSPACE_DESIGNATOR

      public static final TLcdDataProperty RESTRICTIVE_AIRSPACE_DESIGNATOR
      The number or name that uniquely identifies the restrictive airspace.

      The restrictive airspace designator is only available for Restrictive Airspaces.

      The restrictive airspace designator 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.
    • 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.
    • 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

    • TIME_CODE

      public static final TLcdDataProperty TIME_CODE
      A code defining whether the restrictive airspace usage is continuous or defined by the time of operations feature.

      The code is of the type TLcdTimeCode.

    • NOTAM

      public static final TLcdDataProperty NOTAM
      A code indicating whether the restrictive airspace area is active by NOTAM or not.

      The code is of the type TLcdNOTAMCode.

    • TIME_OF_OPERATIONS

      public static final TLcdDataProperty TIME_OF_OPERATIONS
      The time of operations for a restrictive airspace.

      The code is of the type Collection, containing String objects.

    • TIME_OF_OPERATIONS_CODE

      public static final TLcdDataProperty TIME_OF_OPERATIONS_CODE
      A code indicating how the corresponding time of operations values must be interpreted for a restrictive airspace.

      The code is of the type Collection, containing TLcdTimeCode objects.

    • TIME_OF_OPERATIONS_INDICATOR

      public static final TLcdDataProperty TIME_OF_OPERATIONS_INDICATOR
      A code indicating how the time of operations values must be interpreted for a restrictive airspace.

      The code is of the type TLcdTimeIndicator.

    • TIME_OF_OPERATIONS_NOTAM

      public static final TLcdDataProperty TIME_OF_OPERATIONS_NOTAM
      A code indicating whether the restrictive airspace area is active by NOTAM or not, in addition to the established times (see Time of Operations).

      The code is of the type TLcdNOTAMCode.

    • START_DATE

      public static final TLcdDataProperty START_DATE
      A code indicating the effective Start date in GMT for a specific primary record when the effective date does not correspond with the AIRAC date.

      The code is of the type Date.

      Since:
      2016.1.56
    • END_DATE

      public static final TLcdDataProperty END_DATE
      A code indicating the effective End date in GMT for a specific primary record when the effective date does not correspond with the AIRAC date.

      The code is of the type Date.

      Since:
      2016.1.56
    • 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