Interface ILcdAIXMWayPointFeature
- All Superinterfaces:
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
Modifier and TypeFieldDescriptionstatic 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
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 typeTLcdDesignatedPointType
.- See Also:
-
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 typeFloat
.- See Also:
-
GEO_ACCURACY_UNIT
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates. The geographical accuracy unit is of typeTLcdDistanceUnit
.- See Also:
-
ORIGINAL_LONGITUDE
Original longitude. The original longitude is of the typeString
.- See Also:
-
ORIGINAL_LATITUDE
Original latitude. The original latitude is of the typeString
.- See Also:
-
ORIGINAL_DATUM
Original datum. The original datum is of the typeILcdGeodeticDatum
.- See Also:
-
DATE_FROM
The beginning date and time of validity for the features of the waypoint. The date is of the typeString
.- See Also:
-
DATE_TILL
The end date and time of validity for the features of the waypoint. The date is of the typeString
.- See Also:
-
MID
An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the typeString
.- See Also:
-
REMARK
Free text remarks. The remark is of the typeString
.- See Also:
-