Interface ILcdAIXMVORFeature

All Superinterfaces:
ILcdAIXMNavaidFeature, ILcdNavaidFeature, ILcdVORFeature

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

See Also:
  • Field Details

    • TYPE

      static final String TYPE
      A code indicating the type of VOR. The code is of the type TLcdVORType.
      See Also:
    • NORTH_REFERENCE

      static final String NORTH_REFERENCE
      A code indicating the direction of the 'zero bearing' provided by the station. For example: magnetic north, true north. The north reference is of the type String.
      See Also:
    • MAGNETIC_VARIATION

      static final String MAGNETIC_VARIATION
      The angular difference between True North and Magnetic North. The magnetic variation is of type String
      See Also:
    • MAGNETIC_VARIATION_DATE

      static final String MAGNETIC_VARIATION_DATE
      The year the magnetic variation was measured. The rate is of type String.
      See Also:
    • STATION_DECLINATION

      static final String STATION_DECLINATION
      The angular difference between the direction of the 'zero bearing' indicated by the station and the direction of the True North. The station declination is of the type String.
      See Also: