Interface ILcdDAFIFRunwayFeature

All Superinterfaces:
ILcdRunwayFeature

public interface ILcdDAFIFRunwayFeature extends ILcdRunwayFeature
This interface extends the more general applicable features defined in the ILcdRunwayFeature interface with DAFIF 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 a DAFIF runway is TLcdDAFIFRunwayDataProperties.

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:
    • HIGH_END_IDENTIFIER

      static final String HIGH_END_IDENTIFIER
      The identification of the high end direction. The high end identifier is of the type String.
      See Also:
    • LOW_END_IDENTIFIER

      static final String LOW_END_IDENTIFIER
      The identification of the low end direction. The low end identifier is of the type String.
      See Also:
    • PAVEMENT_CLASSIFICATION_NUMBER

      static final String PAVEMENT_CLASSIFICATION_NUMBER
      A code reporting the pavement strength. The pavement classification number is of the type String.
      See Also:
    • CLOSED

      static final String CLOSED
      A boolean flag indicating whether the runway is closed or not. The type of the usability flag is Boolean.
      See Also:
    • GEODETIC_DATUM

      static final String GEODETIC_DATUM
      The original reference of the runway location. The geodetic datum is of the type ILcdGeodeticDatum.

      The DAFIF Edition 8 decoder will not decode this feature. If the user specifies this feature in the to-be-decoded list, a warning will be logged and the feature is removed from the feature list.

      See Also:
    • CYCLE_DATE

      static final String CYCLE_DATE
      Identifies the calendar period in which the record was added to the file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the type String.
      Since:
      2022.0
      See Also: