Class TLcdGML32AbstractMetaData

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractMetaData
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32AbstractMetaData extends TLcdDataObject
Since:
10.0
  • Field Details

    • ID_PROPERTY

      public static final TLcdDataProperty ID_PROPERTY
      Data property that maps to the id attribute. The possible values for this property are instances of String.
    • CONTENT_PROPERTY

      public static final TLcdDataProperty CONTENT_PROPERTY
      Data content property. The possible values for this property are instances of List<Object>.
  • Constructor Details

    • TLcdGML32AbstractMetaData

      public TLcdGML32AbstractMetaData()
    • TLcdGML32AbstractMetaData

      public TLcdGML32AbstractMetaData(TLcdDataType aType)
  • Method Details

    • getId

      public String getId()
      Returns the value of the property that maps to the id attribute.

      The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.

      Returns:
      the value of the ID_PROPERTY property.
    • setId

      public void setId(String aValue)
      Sets the value of the property that maps to the id attribute.

      The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.

      Parameters:
      aValue - the value to set for the ID_PROPERTY property.
    • getContent

      public List<Object> getContent()
      Returns the value of the content property.
      Returns:
      the value of the CONTENT_PROPERTY property.