Interface ILcdLocalizerFeature

All Known Subinterfaces:
ILcdAIXMLocalizerFeature, ILcdARINCLocalizerFeature, ILcdDAFIFLocalizerFeature

public interface ILcdLocalizerFeature
This interface defines general applicable features for a localizer.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The frequency value of the ILS localizer.
    static final String
    The unit of measurement of the frequency.
    static final String
    The localizer course with in degrees.
  • Field Details

    • FREQUENCY

      static final String FREQUENCY
      The frequency value of the ILS localizer. 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:
    • WIDTH

      static final String WIDTH
      The localizer course with in degrees. The width is of the type Double.
      See Also: