Interface ILcdDAFIFTACANFeature

All Superinterfaces:
ILcdDAFIFNavaidFeature, ILcdNavaidFeature, ILcdTACANFeature

public interface ILcdDAFIFTACANFeature extends ILcdTACANFeature, ILcdDAFIFNavaidFeature
This interface extends the more general applicable features defined in the ILcdTACANFeature 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 TACAN is TLcdDAFIFTACANDataProperties.

See Also:
  • Field Details

    • FREQUENCY

      static final String FREQUENCY
      The value of the frequency. The frequency is of the type Float.
      See Also:
    • FREQUENCY_UNIT

      static final String FREQUENCY_UNIT
      The unit of measurement of the frequency. The frequency unit is of the type TLcdFrequencyUnit.
      See Also:
    • CHANNEL

      static final String CHANNEL
      A code indicating the channel of the TACAN. The channel is of the type String.
      See Also: