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

public class TLcdAIXM51FeatureMetadataProperty extends TLcdGML32AbstractMetadataProperty
This class represents an AIXM 5.1 FeatureMetadataProperty.
Since:
10.0
  • Field Details

    • METADATA_PROPERTY

      public static final TLcdDataProperty METADATA_PROPERTY
      Data property that maps to the MD_Metadata element. The possible values for this property are instances of TLcdISO19115Metadata.
  • Constructor Details

    • TLcdAIXM51FeatureMetadataProperty

      public TLcdAIXM51FeatureMetadataProperty()
    • TLcdAIXM51FeatureMetadataProperty

      public TLcdAIXM51FeatureMetadataProperty(TLcdDataType aType)
  • Method Details

    • getMetadata

      public TLcdISO19115Metadata getMetadata()
      Returns the value of the property that maps to the MD_Metadata element.
      Returns:
      the value of the METADATA_PROPERTY property.
    • setMetadata

      public void setMetadata(TLcdISO19115Metadata aValue)
      Sets the value of the property that maps to the MD_Metadata element.
      Parameters:
      aValue - the value to set for the METADATA_PROPERTY property.