Interface ILcdAIXMRunwayClinePointFeature

All Superinterfaces:
ILcdRunwayClinePointFeature

public interface ILcdAIXMRunwayClinePointFeature extends ILcdRunwayClinePointFeature
This interface extends the more general applicable features defined in the ILcdRunwayClinePointFeature 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 runway cline point is TLcdAIXMRunwayClinePointDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The beginning date and time of validity for the features of the runway cline point.
    static final String
    The end date and time of validity for the features of the runway cline point.
    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
    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 geographic coordinates.
    static final String
    A distance separating the geoid and the ellipsoid at that position.
    static final String
    An artificial unique identifier in a given context.
    static final String
    Original datum.
    static final String
    Original latitude.
    static final String
    Original longitude.
    static final String
    Free text remarks.
    static final String
    Attribute to take the "Vertical Datum".
    static final String
    The unit of measurement for vertical distances: elevation, geoidal undulation.
  • Field Details

    • 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 geographic coordinates. The geographical accuracy unit is of type TLcdDistanceUnit.
      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:
    • DATE_FROM

      static final String DATE_FROM
      The beginning date and time of validity for the features of the runway cline point. The date is of the type String.
      See Also:
    • DATE_TILL

      static final String DATE_TILL
      The end date and time of validity for the features of the runway cline point. The date is of the type String.
      See Also:
    • MID

      static final String MID
      An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the type String.
      See Also:
    • ORIGINAL_LONGITUDE

      static final String ORIGINAL_LONGITUDE
      Original longitude. The original longitude is of the type String.
      See Also:
    • ORIGINAL_LATITUDE

      static final String ORIGINAL_LATITUDE
      Original latitude. The original latitude is of the type String.
      See Also:
    • ORIGINAL_DATUM

      static final String ORIGINAL_DATUM
      Original datum. The original datum is of the type ILcdGeodeticDatum.
      See Also:
    • REMARK

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