Class TLcdARINCFIRUIRDataProperties

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

public final class TLcdARINCFIRUIRDataProperties extends Object
This class provides easy access to the properties of the FIRUIR 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.
    • FIR_UIR_IDENTIFIER

      public static final TLcdDataProperty FIR_UIR_IDENTIFIER
      A four character identifier assigned to the airspace.

      The FIR/UIR identifier is only available for FIR/UIR airspaces.

      The FIR/UIR identifier is of the type String.

    • NAME

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

      public static final TLcdDataProperty FIR_UIR_ADDRESS
      The FIR/UIR address of the airspace.

      The FIR/UIR address is only available for FIR/UIR airspaces.

      The FIR/UIR address is of the type String

    • TYPE

      public static final TLcdDataProperty TYPE
      A code indicating the type of airspace. The type is of type TLcdAirspaceType.
    • 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.
    • COMBINED_FIR_UPPER_LIMIT

      public static final TLcdDataProperty COMBINED_FIR_UPPER_LIMIT
      In case the airspace is a combined FIR/UIR airspace this is the numerical value of the upper limit of the FIR.

      The upper limit is only available for FIR/UIR Airspaces.

      The upper limit is of the type Float.

    • COMBINED_FIR_UPPER_LIMIT_UNIT

      public static final TLcdDataProperty COMBINED_FIR_UPPER_LIMIT_UNIT
      In case the airspace is a combined FIR/UIR airspace this is the unit of measurement of the upper limit of the FIR.

      The upper limit unit is only available for FIR/UIR Airspaces.

      The upper limit unit is of the type TLcdAltitudeUnit

    • COMBINED_FIR_UPPER_LIMIT_REFERENCE

      public static final TLcdDataProperty COMBINED_FIR_UPPER_LIMIT_REFERENCE
      In case the airspace is a combined FIR/UIR airspace this is a code indicating the convention of calculating the upper limit of the FIR.

      The upper limit reference point is only available for FIR/UIR Airspaces.

      The upper limit reference point is of the type TLcdAltitudeReference.

    • SPEED_UNIT

      public static final TLcdDataProperty SPEED_UNIT
      Used to indicate the units of measurement concerning True Air Speed used in the FIR/UIR to fulfill the requirements of ICAO flight plan.

      The FIR/UIR reporting speed unit is only available for FIR/UIR airspaces.

      The FIR/UIR reporting speed unit is of the type TLcdSpeedUnit

    • ENTRY_REPORT

      public static final TLcdDataProperty ENTRY_REPORT
      Used to indicate whether an entry report on ICAO flight plan is required for that specific FIR/UIR.

      The FIR/UIR entry report is only available for FIR/UIR airspaces.

      The FIR/UIR entry report is of the type Boolean

    • CRUISE_LEVEL

      public static final TLcdDataProperty CRUISE_LEVEL
      A code identifying the Cruise Table record that is to be used for cruise levels.

      The cruise level is only available for FIR/UIR airspaces.

      The cruise level is of the type String

    • PART_IDENTIFIER

      public static final TLcdDataProperty PART_IDENTIFIER
      The part identifier of the airspace. This is an artificial id that is used when there are two or more airspaces in the same geographical area with the same unique identifier. In that case, the identifiers are "1", "2", etc. to distinguish the different airspaces. In case of airspaces with one geographical area, an empty string is set.

      The part identifier is of the type String.

    • 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