Class TLcdAIXM51FeatureMetadataProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractMetadataProperty
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51FeatureMetadataProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
This class represents an AIXM 5.1 FeatureMetadataProperty.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theMD_Metadataelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractMetadataProperty
OWNS_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theMD_Metadataelement.voidsetMetadata(TLcdISO19115Metadata aValue) Sets the value of the property that maps to theMD_Metadataelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractMetadataProperty
getOwns, setOwns
-
Field Details
-
METADATA_PROPERTY
Data property that maps to theMD_Metadataelement. The possible values for this property are instances ofTLcdISO19115Metadata.
-
-
Constructor Details
-
TLcdAIXM51FeatureMetadataProperty
public TLcdAIXM51FeatureMetadataProperty() -
TLcdAIXM51FeatureMetadataProperty
-
-
Method Details
-
getMetadata
Returns the value of the property that maps to theMD_Metadataelement.- Returns:
- the value of the
METADATA_PROPERTYproperty.
-
setMetadata
Sets the value of the property that maps to theMD_Metadataelement.- Parameters:
aValue- the value to set for theMETADATA_PROPERTYproperty.
-