Class TLcdAIXMATSRouteDataProperties
java.lang.Object
com.luciad.format.aixm.model.route.TLcdAIXMATSRouteDataProperties
This class provides easy access to the properties of the ATSRoute type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A textual description of the area in which a designated route is situated.static final TLcdDataProperty
The beginning date and time of validity for the full set of attributes values in this entity.static final TLcdDataProperty
The end date and time of validity for the full set of attributes values in this entity.static final TLcdDataProperty
The identifier of the ATS route.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
Free text remarks. -
Method Summary
-
Field Details
-
IDENTIFIER
The identifier of the ATS route. The identifier is of the typeString
. -
AREA_DESIGNATOR
A textual description of the area in which a designated route is situated. The area designator is of the typeString
. -
BEGINNING_DATE
The beginning date and time of validity for the full set of attributes values in this entity. The date is of the typeString
. -
END_DATE
The end date and time of validity for the full set of attributes values in this entity. 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
. -
REMARK
Free text remarks. The remark is of the typeString
.
-