Package com.luciad.format.gml32.model
Class TLcdGML32AbstractMetaData
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractMetaData
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data content property.static final TLcdDataProperty
Data property that maps to theid
attribute. -
Constructor Summary
-
Method Summary
-
Field Details
-
ID_PROPERTY
Data property that maps to theid
attribute. The possible values for this property are instances ofString
. -
CONTENT_PROPERTY
Data content property. The possible values for this property are instances ofList<Object>
.
-
-
Constructor Details
-
TLcdGML32AbstractMetaData
public TLcdGML32AbstractMetaData() -
TLcdGML32AbstractMetaData
-
-
Method Details
-
getId
Returns the value of the property that maps to theid
attribute.The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
- Returns:
- the value of the
ID_PROPERTY
property.
-
setId
Sets the value of the property that maps to theid
attribute.The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
- Parameters:
aValue
- the value to set for theID_PROPERTY
property.
-
getContent
Returns the value of the content property.- Returns:
- the value of the
CONTENT_PROPERTY
property.
-