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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyThe beginning date and time of validity for the full set of attribute values in this entity.static final TLcdDataPropertyThe end date and time of validity for the full set of attribute values in this entity.static final TLcdDataPropertyAn artificial unique identifier in a given context.static final TLcdDataPropertyThe name of the geographical border.static final TLcdDataPropertyFree text remarks.static final TLcdDataPropertyA 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.
-