Class TLcdGML31AbstractSurface

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable
Direct Known Subclasses:
TLcdGML31CompositeSurface, TLcdGML31OrientableSurface, TLcdGML31Polygon, TLcdGML31Surface

public class TLcdGML31AbstractSurface extends TLcdGML31AbstractGeometricPrimitive
An abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.
Since:
10.0
See Also:
  • Field Details

    • GID_PROPERTY

      public static final TLcdDataProperty GID_PROPERTY
      Property that maps on the gid attribute. Acceptable values for this property are instances of java.lang.String.
  • Constructor Details

    • TLcdGML31AbstractSurface

      public TLcdGML31AbstractSurface()
    • TLcdGML31AbstractSurface

      public TLcdGML31AbstractSurface(TLcdDataType aType)
  • Method Details

    • getGid

      public String getGid()
      Gets the value of the GID_PROPERTY property.

      This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.

      Returns:
      the value of the GID_PROPERTY property.
    • setGid

      public void setGid(String aValue)
      Sets the value of the GID_PROPERTY property.

      This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.

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