Class TLcdAIXMWayPointDataProperties
java.lang.Object
com.luciad.format.aixm.model.navaid.TLcdAIXMWayPointDataProperties
This class provides easy access to the properties of the WayPoint type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The beginning date and time of validity for the features of the waypoint.static final TLcdDataProperty
The end date and time of validity for the features of the waypoint.static final TLcdDataProperty
The horizontal distance from the stated geographical position within which there is a defined confidence of the true position falling.static final TLcdDataProperty
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates.static final TLcdDataProperty
The identifier of the waypoint.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
The name of the waypoint.static final TLcdDataProperty
Original datum.static final TLcdDataProperty
Original latitude.static final TLcdDataProperty
Original longitude.static final TLcdDataProperty
Free text remarks.static final TLcdDataProperty
The specific type of waypoint whether published by the State, published by the ICAO or created by another agency for convenience of identification etc. -
Method Summary
-
Field Details
-
IDENTIFIER
The identifier of the waypoint. The identifier is of the typeString
. -
NAME
The name of the waypoint. The name is of the typeString
. -
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
. -
BEGINNING_DATE
The beginning date and time of validity for the features of the waypoint. The date is of the typeString
. -
END_DATE
The end date and time of validity for the features of the waypoint. The date is of the typeString
. -
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
. -
GEOGRAPHICAL_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
. -
GEOGRAPHICAL_ACCURACY_UNIT
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates. The geographical accuracy unit is of typeTLcdDistanceUnit
. -
ORIGINAL_LATITUDE
Original latitude. The original latitude is of the typeString
. -
ORIGINAL_LONGITUDE
Original longitude. The original longitude is of the typeString
. -
ORIGINAL_CODE_DATUM
Original datum. The original datum is of the typeILcdGeodeticDatum
. -
REMARK
Free text remarks. The remark is of the typeString
.
-