Class TLcdGML2PolygonProperty

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

public class TLcdGML2PolygonProperty extends TLcdGML2GeometryAssociation
Encapsulates a single polygon to represent coverage or extentOf properties.
Since:
10.0
See Also:
  • Field Details Link icon

    • TYPE_PROPERTY Link icon

      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.
    • EXTENT_OF Link icon

      public static final QName EXTENT_OF
    • COVERAGE Link icon

      public static final QName COVERAGE
    • POLYGON_PROPERTY Link icon

      public static final QName POLYGON_PROPERTY
  • Constructor Details Link icon

    • TLcdGML2PolygonProperty Link icon

      public TLcdGML2PolygonProperty()
    • TLcdGML2PolygonProperty Link icon

      public TLcdGML2PolygonProperty(TLcdDataType aType)
    • TLcdGML2PolygonProperty Link icon

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

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

    • getType Link icon

      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 Link icon

      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.