Package com.luciad.format.gml32.model
Class TLcdGML32AbstractMetadataProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractMetadataProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdAIXM51FeatureMetadataProperty
,TLcdAIXM51FeatureTimeSliceMetadataProperty
,TLcdAIXM51MessageMetadataProperty
To associate metadata described by any XML Schema with a GML object, a property element shall be defined whose content model is derived by extension from gml:AbstractMetadataPropertyType.
The value of such a property shall be metadata. The content model of such a property type, i.e. the metadata application schema shall be specified by the GML Application Schema.
By default, this abstract property type does not imply any ownership of the metadata. The owns attribute of gml:OwnershipAttributeGroup may be used on a metadata property element instance to assert ownership of the metadata.
If metadata following the conceptual model of ISO 19115 is to be encoded in a GML document, the corresponding Implementation Specification specified in ISO/TS 19139 shall be used to encode the metadata information.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theowns
attribute. -
Constructor Summary
ConstructorDescription -
Method Summary
-
Field Details
-
OWNS_PROPERTY
Data property that maps to theowns
attribute. The possible values for this property are instances ofboolean
.
-
-
Constructor Details
-
TLcdGML32AbstractMetadataProperty
public TLcdGML32AbstractMetadataProperty() -
TLcdGML32AbstractMetadataProperty
-
-
Method Details
-
getOwns
public boolean getOwns()Returns the value of the property that maps to theowns
attribute.- Returns:
- the value of the
OWNS_PROPERTY
property.
-
setOwns
public void setOwns(boolean aValue) Sets the value of the property that maps to theowns
attribute.- Parameters:
aValue
- the value to set for theOWNS_PROPERTY
property.
-