Interface ILcdARINCILSFeature

All Superinterfaces:
ILcdILSFeature

public interface ILcdARINCILSFeature extends ILcdILSFeature
This interface extends the more general applicable features defined in the ILcdILSFeature interface with ARINC specific features.

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

This interface defines the features (properties) that can be requested through ILcdFeatured. A more preferred and generic way to access the properties of a domain object is through ILcdDataObject. The related class defining the available data object properties for an ARINC ILS is TLcdARINCILSDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The identification of the aerodrome to which the ILS relates.
    static final String
    A code permitting to categorize the ILS by geographical area (standard record) or by airline for whom the data is provided (tailored record).
    static final String
    The calendar period in which the record was added to the file or last revised.
    static final String
    The two letter ICAO region for the ILS.
    static final String
    The name of this ILS.
    static final String
    The identification of the runway served by the ILS.
    static final String
    The ICAO code of the supporting facility.
    static final String
    The supporting facility identifier (VOR/NDB identifier).
  • Field Details

    • AIRPORT_ID

      static final String AIRPORT_ID
      The identification of the aerodrome to which the ILS relates. The aerodrome identifier is of the type String.
      See Also:
    • RUNWAY_ID

      static final String RUNWAY_ID
      The identification of the runway served by the ILS. The runway identifier is of the type String.
      See Also:
    • IDENTIFIER

      static final String IDENTIFIER
      The name of this ILS. The name is of the type String.
      See Also:
    • SUPPORTING_FACILITY_ID

      static final String SUPPORTING_FACILITY_ID
      The supporting facility identifier (VOR/NDB identifier). The supporting facility identifier is of the type String.
      See Also:
    • SUPPORTING_FACILITY_ICAO_CODE

      static final String SUPPORTING_FACILITY_ICAO_CODE
      The ICAO code of the supporting facility. The ICAO code of the supporting facility is of the type String.
      See Also:
    • ICAO_REGION

      static final String ICAO_REGION
      The two letter ICAO region for the ILS. The ICAO region is of the type String.
      See Also:
    • CUSTOMER_AREA_CODE

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