Interface ILcdARINCRunwayFeature

All Superinterfaces:
ILcdRunwayFeature

public interface ILcdARINCRunwayFeature extends ILcdRunwayFeature
This interface extends the more general applicable features defined in the ILcdRunwayFeature 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 runway is TLcdARINCRunwayDataProperties.

See Also:
  • Field Details

    • AERODROME_IDENTIFICATION

      static final String AERODROME_IDENTIFICATION
      The identification of the aerodrome. The aerodrome identification is of the type String.
      See Also:
    • ICAO_REGION

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

      static final String CUSTOMER_AREA_CODE
      A code permitting to categorize runways 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:
    • TRUE_BEARING

      static final String TRUE_BEARING
      A true bearing value, entered independently of the magnetic variation given in the primary record. The true bearing is of the type Float, in degrees, tenths of a degree and hundredths of a degree, with the decimal point suppressed.
      See Also:
    • TOUCHDOWN_ZONE_ELEVATION

      static final String TOUCHDOWN_ZONE_ELEVATION
      The highest elevation in the first 3000 feet of the landing surface beginning at the threshold. The touchdown zone elevation is of the type Integer, with a resolution of 1 foot, with respect to MSL - for below MSL elevations, the first character of the field is a minus (-) sign.
      Since:
      2016.1.43
      See Also:
    • TOUCHDOWN_ZONE_ELEVATION_UNIT

      static final String TOUCHDOWN_ZONE_ELEVATION_UNIT
      The unit of measurement of the touchdown zone elevation. The unit of measurement of the touchdown zone elevation is of the type TLcdAltitudeUnit.
      Since:
      2016.1.43
      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: