Class TLcdGML2MultiPolygonProperty

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML2MultiPolygonProperty extends TLcdGML2GeometryAssociation
Encapsulates a MultiPolygon to represent the following discontiguous geometric properties: multiCoverage, multiExtentOf.
Since:
10.0
See Also:
  • Field Details

    • TYPE_PROPERTY

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that holds the type of this instance. The possible values for this property are the public QName constants defined in this class.
    • MULTI_EXTENT_OF

      public static final QName MULTI_EXTENT_OF
    • MULTI_COVERAGE

      public static final QName MULTI_COVERAGE
    • MULTI_POLYGON_PROPERTY

      public static final QName MULTI_POLYGON_PROPERTY
  • Constructor Details

    • TLcdGML2MultiPolygonProperty

      public TLcdGML2MultiPolygonProperty()
    • TLcdGML2MultiPolygonProperty

      public TLcdGML2MultiPolygonProperty(TLcdDataType aType)
    • TLcdGML2MultiPolygonProperty

      public TLcdGML2MultiPolygonProperty(QName aType)
      Creates a new instance and initializes its type property to the given QName.
      See Also:
    • TLcdGML2MultiPolygonProperty

      public TLcdGML2MultiPolygonProperty(QName aType, TLcdDataType aDataObjectType)
      Creates a new instance and initializes its type property to the given QName.
      See Also:
  • Method Details

    • getType

      public QName getType()
      Returns the value of the property that holds the type of this instance.

      The possible values for this property are the public QName constants defined in this class.

      Returns:
      the value of the TYPE_PROPERTY property.
    • setType

      public void setType(QName aValue)
      Sets the value of the property that holds the type of this instance.

      The possible values for this property are the public QName constants defined in this class.

      Parameters:
      aValue - the value to set for the TYPE_PROPERTY property.