Interface ILcdAIXMWayPointFeature

All Superinterfaces:
ILcdWayPointFeature

public interface ILcdAIXMWayPointFeature extends ILcdWayPointFeature
This interface defines features for a waypoint in AIXM.

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 waypoint is TLcdAIXMWayPointDataProperties.

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 waypoint.
    static final String
    The end date and time of validity for the features of the waypoint.
    static final String
    The specific type of waypoint whether published by the State, published by the ICAO or created by another agency for convenience of identification etc.
    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
    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.

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

    IDENTIFIER, NAME
  • Field Details

    • DESIGNATED_POINT_TYPE

      static final String DESIGNATED_POINT_TYPE
      The specific type of waypoint whether published by the State, published by the ICAO or created by another agency for convenience of identification etc. The type is of the type TLcdDesignatedPointType.
      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:
    • 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:
    • DATE_FROM

      static final String DATE_FROM
      The beginning date and time of validity for the features of the waypoint. 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 waypoint. 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:
    • REMARK

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