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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyA textual description of the area in which a designated route is situated.static final TLcdDataPropertyThe beginning date and time of validity for the full set of attributes values in this entity.static final TLcdDataPropertyThe end date and time of validity for the full set of attributes values in this entity.static final TLcdDataPropertyThe identifier of the ATS route.static final TLcdDataPropertyAn artificial unique identifier in a given context.static final TLcdDataPropertyFree 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.
-