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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData content property.static final TLcdDataPropertyData property that maps to theidattribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID_PROPERTY
Data property that maps to theidattribute. 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 theidattribute.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_PROPERTYproperty.
-
setId
Sets the value of the property that maps to theidattribute.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_PROPERTYproperty.
-
getContent
Returns the value of the content property.- Returns:
- the value of the
CONTENT_PROPERTYproperty.
-