Interface ILcdARINCVORFeature

All Superinterfaces:
ILcdARINCNavaidFeature, ILcdNavaidFeature, ILcdVORFeature

public interface ILcdARINCVORFeature extends ILcdVORFeature, ILcdARINCNavaidFeature
This interface extends the more general applicable features defined in the ILcdVORFeature 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 VOR is TLcdARINCVORDataProperties.

See Also:
  • Field Details

    • VOR_CLASS

      static final String VOR_CLASS
      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: