Interface ILcdAIXMILSFeature

All Superinterfaces:
ILcdILSFeature

public interface ILcdAIXMILSFeature extends ILcdILSFeature
This interface extends the more general applicable features defined in the ILcdILSFeature interface with AIXM 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 AIXM ILS is TLcdAIXMILSDataProperties.

See Also:
  • 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_DESIGNATOR

      static final String RUNWAY_DESIGNATOR
      The designator of the runway served by the ILS. Note: an ILS in AIXM is either associated with a runway or with a FATO. The runway identifier is of the type String.
      See Also:
    • FATO_DESIGNATOR

      static final String FATO_DESIGNATOR
      The designator of the FATO served by the ILS. Note: an ILS in AIXM is either associated with a Runway or with a FATO. The runway identifier is of the type String.
      See Also:
    • RUNWAY_DIRECTION_DESIGNATOR

      static final String RUNWAY_DIRECTION_DESIGNATOR
      The designator of the runway direction served by the ILS. The runway identifier is of the type String.
      See Also:
    • FATO_DIRECTION_DESIGNATOR

      static final String FATO_DIRECTION_DESIGNATOR
      The designator of the FATO direction served by the ILS. The runway identifier is of the type String.
      See Also:
    • CATEGORY

      static final String CATEGORY
      A code indicating the category of the ILS System. The category is of type String.
      See Also:
    • DATE_FROM

      static final String DATE_FROM
      The beginning date and time of validity for the features of the ILS. The date is of the type String.
      See Also:
    • DATE_TILL

      static final String DATE_TILL
      The end date and time of validity for the features of the ILS. The date is of the type String.
      See Also:
    • MID

      static final String MID
      An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the type String.
      See Also:
    • REMARK

      static final String REMARK
      Free text remarks. The remark is of the type String.
      See Also: