Interface ILcdARINCTACANFeature

All Superinterfaces:
ILcdARINCNavaidFeature, ILcdNavaidFeature, ILcdTACANFeature

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

See Also:
  • Field Details

    • TACAN_CLASS

      static final String TACAN_CLASS
      See Also:
    • 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:
    • FREQUENCY_PROTECTION

      static final String FREQUENCY_PROTECTION
      The distance in nautical miles to the next nearest navaid on the same frequency. The frequency protection is of the type String.
      See Also:
    • FIGURE_OF_MERIT

      static final String FIGURE_OF_MERIT
      An indication of the usable ranges of the navaid. The figure of Merit is of the type TLcdFigureOfMerit.
      See Also:
    • STATION_DECLINATION

      static final String STATION_DECLINATION
      The value of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked. The station declination is of the type Float.
      See Also:
    • STATION_DECLINATION_TYPE

      static final String STATION_DECLINATION_TYPE
      The type of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked. The station declination type is of the type TLcdStationDeclinationType.
      See Also: