Interface ILcdGML3MetaDataProperty

All Superinterfaces:
ILcdGML3AssociationAttributeGroup, ILcdXMLSimpleLink
All Known Implementing Classes:
TLcdWCSMetadataLink

public interface ILcdGML3MetaDataProperty extends ILcdGML3AssociationAttributeGroup
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
Interface for the gml:MetaDataPropertyType type.

Base type for complex metadata property types.

(GML Specification, v3.1.0, paragraph 7.5.8.1)

  • Method Details

    • getMetaData

      Deprecated.
      Returns the metadata contained in this property.
      Returns:
      the metadata contained in this property.
    • getAbout

      String getAbout()
      Deprecated.
      Returns a URI which points to an element or range of elements, or other resource to which this metadata refers.
      Returns:
      a URI pointing to the resource to which this metadata refers.
    • setMetaData

      void setMetaData(ILcdGML3AbstractMetaData aMetaData)
      Deprecated.
      Sets the metadata to be contained in this property
      Parameters:
      aMetaData - the metadata to be contained in this property
    • setAbout

      void setAbout(String aAbout)
      Deprecated.
      Sets the URI that points to the resource to which this metadata refers.
      Parameters:
      aAbout - the URI that points to the resource to which this metadata refers.