Package com.luciad.format.gml31.model
Class TLcdGML31AbstractMetaData
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractMetaData
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Direct Known Subclasses:
TLcdGML31GenericMetaData
An abstract base type for complex metadata types.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data content property.static final TLcdDataProperty
Data property that maps to theid
attribute. -
Constructor Summary
-
Method Summary
Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
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
-
TLcdGML31AbstractMetaData
public TLcdGML31AbstractMetaData() -
TLcdGML31AbstractMetaData
-
-
Method Details
-
getId
Returns the value of the property that maps to theid
attribute.Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
- Returns:
- the value of the
ID_PROPERTY
property.
-
setId
Sets the value of the property that maps to theid
attribute.Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
- 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.
-