Interface ILcdARINCLocalizerFeature

All Superinterfaces:
ILcdLocalizerFeature

public interface ILcdARINCLocalizerFeature extends ILcdLocalizerFeature
This interface extends the more general applicable features defined in the ILcdLocalizerFeature 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 localizer is TLcdARINCLocalizerDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The identification of the aerodrome to which the localizer relates.
    static final String
    A code identifying the localizer.
    static final String
    The localizer category.
    static final String
    The bearing of the localizer course.
    static final String
    The type of the ILS bearing (grid, magnetic or true).
    static final String
    The distance in feet from a line drawn at right angles to the threshold of the runway.
    static final String
    A code indicating whether the antenna is located beyond the stop end of the runway, ahead of or beyond the approach end of the runway.
    static final String
    The identification of the runway served by the localizer.
    static final String
    The value of the station declination, which is the angular difference between true north and magnetic north at the localizer antenna site at the time the magnetic bearing of the localizer course was established.
    static final String
    The type of the station declination, which is the angular difference between true north and magnetic north at the localizer antenna site at the time the magnetic bearing of the localizer course was established.

    Fields inherited from interface com.luciad.ais.model.navaid.ILcdLocalizerFeature

    FREQUENCY, FREQUENCY_UNIT, WIDTH
  • Field Details

    • AIRPORT_ID

      static final String AIRPORT_ID
      The identification of the aerodrome to which the localizer relates. The aerodrome identifier is of the type String.
      See Also:
    • RUNWAY_ID

      static final String RUNWAY_ID
      The identification of the runway served by the localizer. The runway identifier is of the type String.
      See Also:
    • IDENTIFIER

      static final String IDENTIFIER
      A code identifying the localizer. The identifier is of the type String.
      See Also:
    • POSITION

      static final String POSITION
      The distance in feet from a line drawn at right angles to the threshold of the runway. The position is of the type String.
      See Also:
    • POSITION_REFERENCE

      static final String POSITION_REFERENCE
      A code indicating whether the antenna is located beyond the stop end of the runway, ahead of or beyond the approach end of the runway. The position reference is of the type Character.
      See Also:
    • ILS_CATEGORY

      static final String ILS_CATEGORY
      The localizer category. The ILS category is of the type TLcdILSMLSCategoryType.
      See Also:
    • LOCALIZER_BEARING

      static final String LOCALIZER_BEARING
      The bearing of the localizer course. The bearing is of the type Float.
      See Also:
    • LOCALIZER_BEARING_TYPE

      static final String LOCALIZER_BEARING_TYPE
      The type of the ILS bearing (grid, magnetic or true). The bearing type is of the type TLcdBearingType.
      See Also:
    • STATION_DECLINATION

      static final String STATION_DECLINATION
      The value of the station declination, which is the angular difference between true north and magnetic north at the localizer antenna site at the time the magnetic bearing of the localizer course was established. 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 is the angular difference between true north and magnetic north at the localizer antenna site at the time the magnetic bearing of the localizer course was established. The station declination type is of the type TLcdStationDeclinationType.
      See Also: