Class TLcdAIXMGeoborderDataProperties
java.lang.Object
com.luciad.format.aixm.model.geoborder.TLcdAIXMGeoborderDataProperties
This class provides easy access to the properties of the Geoborder type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The beginning date and time of validity for the full set of attribute values in this entity.static final TLcdDataProperty
The end date and time of validity for the full set of attribute values in this entity.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
The name of the geographical border.static final TLcdDataProperty
Free text remarks.static final TLcdDataProperty
A code indicating the type of geographical border. -
Method Summary
-
Field Details
-
NAME
The name of the geographical border. The name is of the typeString
. -
TYPE
A code indicating the type of geographical border. The type is of the typeTLcdGeoborderType
. -
BEGINNING_DATE
The beginning date and time of validity for the full set of attribute values in this entity. The date is of the typeString
. -
END_DATE
The end date and time of validity for the full set of attribute 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
.
-