Interface ILcdAIXMLocalizerFeature

All Superinterfaces:
ILcdLocalizerFeature

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

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The vertical distance of the position from Mean Sea Level.
    static final String
    The vertical distance from the stated elevation within which there is a defined confidence of the true position falling.
    static final String
    A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference.
    static final String
    The horizontal distance from the stated geographical position within which there is a defined confidence of the true position falling.
    static final String
    The unit of measurement for the value expressing the accuracy of the geographical co-ordinates.
    static final String
    A distance separating the geoid and the ellipsoid at that position.
    static final String
    The identifier of the ILS localizer.
    static final String
    The magnetic bearing of the localizer beam, towards the localizer antenna.
    static final String
    The angular difference between True North and Magnetic North.
    static final String
    The year the magnetic variation was measured.
    static final String
    Free text remarks.
    static final String
    The true bearing of the localizer beam, towards the localizer antenna.
    static final String
    A code indicating the usability of the localizer signal in the back course sector.
    static final String
    Attribute to take the "Vertical Datum".
    static final String
    The unit of measurement for vertical distances: elevation, geoidal undulation.

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

    FREQUENCY, FREQUENCY_UNIT, WIDTH
  • Field Details

    • IDENTIFIER

      static final String IDENTIFIER
      The identifier of the ILS localizer. The identifier is of the type String.
      See Also:
    • EMISSION

      static final String EMISSION
      A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference. The emission is of the type TLcdEmissionType.
      See Also:
    • MAGNETIC_BEARING

      static final String MAGNETIC_BEARING
      The magnetic bearing of the localizer beam, towards the localizer antenna. The magnetic bearing is of the type Float.
      See Also:
    • TRUE_BEARING

      static final String TRUE_BEARING
      The true bearing of the localizer beam, towards the localizer antenna. The true bearing is of the type Float.
      See Also:
    • USE_BACK

      static final String USE_BACK
      A code indicating the usability of the localizer signal in the back course sector. The code is of the type String.
      See Also:
    • GEO_ACCURACY

      static final String GEO_ACCURACY
      The horizontal distance from the stated geographical position within which there is a defined confidence of the true position falling. The geographical accuracy is of type Float.
      See Also:
    • GEO_ACCURACY_UNIT

      static final String GEO_ACCURACY_UNIT
      The unit of measurement for the value expressing the accuracy of the geographical co-ordinates. The geographical accuracy unit is of type TLcdDistanceUnit.
      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:
    • ELEVATION

      static final String ELEVATION
      The vertical distance of the position from Mean Sea Level. The geoidal height of the position. The elevation is of type Float.
      See Also:
    • ELEVATION_ACCURACY

      static final String ELEVATION_ACCURACY
      The vertical distance from the stated elevation within which there is a defined confidence of the true position falling. The elevation accuracy is of type Float.
      See Also:
    • GEOID_UNDULATION

      static final String GEOID_UNDULATION
      A distance separating the geoid and the ellipsoid at that position. In respect of WGS-84 geodetic datum, the difference between the WGS-84 ellipsoidal height and geoidal height represents geoidal undulation. The geoid undulation is of type Float.
      See Also:
    • VERTICAL_DISTANCE_UNIT

      static final String VERTICAL_DISTANCE_UNIT
      The unit of measurement for vertical distances: elevation, geoidal undulation. The vertical distance unit is of type TLcdAltitudeUnit.
      See Also:
    • VERTICAL_DATUM

      static final String VERTICAL_DATUM
      Attribute to take the "Vertical Datum". The vertical datum is of type String.
      See Also:
    • REMARK

      static final String REMARK
      Free text remarks. The remark is of the type String.
      See Also: