Class TLcdGML31CompositeSurface

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

public class TLcdGML31CompositeSurface extends TLcdGML31AbstractSurface
A CompositeSurface is defined by a set of orientable surfaces. A composite surface is geometry type with all the geometric properties of a (primitive) surface. Essentially, a composite surface is a collection of surfaces that join in pairs on common boundary curves and which, when considered as a whole, form a single surface.
Since:
10.0
See Also:
  • Field Details

    • SURFACE_MEMBER_PROPERTY

      public static final TLcdDataProperty SURFACE_MEMBER_PROPERTY
      Data property that maps to the surfaceMember element. The possible values for this property are instances of List<TLcdGML31SurfaceProperty>.
    • 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

    • TLcdGML31CompositeSurface

      public TLcdGML31CompositeSurface()
    • TLcdGML31CompositeSurface

      public TLcdGML31CompositeSurface(TLcdDataType aType)
  • Method Details

    • getSurfaceMember

      public List<TLcdGML31AbstractSurface> getSurfaceMember()
      Returns the value of the property that maps to the surfaceMember element.

      This property element either references a surface via the XLink-attributes or contains the surface element. A surface element is any element which is substitutable for "_Surface".

      Returns:
      the value of the SURFACE_MEMBER_PROPERTY property.
      See Also:
    • 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.