Class TLcdARINCILSDataProperties

java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCILSDataProperties

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

    • CUSTOMER_AREA_CODE

      public static final TLcdDataProperty CUSTOMER_AREA_CODE
      A code permitting to categorize the ILS 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 for the ILS. The ICAO region is of the type String.
    • AIRPORT_IDENTIFIER

      public static final TLcdDataProperty AIRPORT_IDENTIFIER
      The identification of the aerodrome to which the ILS relates. The aerodrome identifier is of the type String.
    • RUNWAY_IDENTIFIER

      public static final TLcdDataProperty RUNWAY_IDENTIFIER
      The identification of the runway served by the ILS. The runway identifier is of the type String.
    • IDENTIFIER

      public static final TLcdDataProperty IDENTIFIER
      The name of this ILS. The name is of the type String.
    • SUPPORTING_FACILITY_IDENTIFIER

      public static final TLcdDataProperty SUPPORTING_FACILITY_IDENTIFIER
      The supporting facility identifier (VOR/NDB identifier). The supporting facility identifier is of the type String.
    • SUPPORTING_FACILITY_ICAO_CODE

      public static final TLcdDataProperty SUPPORTING_FACILITY_ICAO_CODE
      The ICAO code of the supporting facility. The ICAO code of the supporting facility 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