Interface ILcdAIXMDMEFeature

All Superinterfaces:
ILcdAIXMNavaidFeature, ILcdDMEFeature, ILcdNavaidFeature

public interface ILcdAIXMDMEFeature extends ILcdDMEFeature, ILcdAIXMNavaidFeature
This interface extends the more general applicable features defined in the ILcdDMEFeature 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 DME is TLcdAIXMDMEDataProperties.

See Also:
  • Field Details

    • TYPE

      static final String TYPE
      A code indicating the type of UHF distance measuring equipment. The type is of the type TLcdDMEType.
      See Also:
    • CHANNEL

      static final String CHANNEL
      The channel of the DME. See Annex 10, Table A, end of Chapter 3 for channelling details and for a list of allowable values. The channel is of the type String.
      See Also:
    • GHOST_FREQUENCY

      static final String GHOST_FREQUENCY
      The frequency of a virtual VHF facility paired with the DME according to ICAO Annex 10, table A, ch.3. The frequency is of the type Float.
      See Also:
    • GHOST_FREQUENCY_UNIT

      static final String GHOST_FREQUENCY_UNIT
      The unit of measurement of the ghost frequency. The frequency unit is of the type TLcdFrequencyUnit.
      See Also:
    • DISPLACEMENT

      static final String DISPLACEMENT
      The value of the displacement, e.g. the distance from the DME antenna to where the zero range indication occurs. The displacement is of the type Float.
      See Also:
    • DISPLACEMENT_UNIT

      static final String DISPLACEMENT_UNIT
      The unit of measurement of the displacement. The displacement unit is of the type TLcdDistanceUnit.
      See Also: