Interface ILcdGML3AbstractMetaData


public interface ILcdGML3AbstractMetaData
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:AbstractMetaDataType type.

An abstract base type for complex metadata types.

(GML Specification, v3.1.0, paragraph 7.5.8.1)

  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the id of this object.
    void
    Deprecated.
    Sets the id of this object.
  • Method Details

    • getId

      String getId()
      Deprecated.
      Returns the id of this object.
      Returns:
      the id of this object.
    • setId

      void setId(String aId)
      Deprecated.
      Sets the id of this object.
      Parameters:
      aId - the id of this object.