Class TLcdGML32CompositeSurface

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

public class TLcdGML32CompositeSurface extends TLcdGML32AbstractSurface
A gml:CompositeSurface is represented by a set of orientable surfaces. It 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. surfaceMember references or contains inline one surface in the composite surface. The surfaces are contiguous.
Since:
10.0
See Also:
  • Field Details

    • AGGREGATION_TYPE_PROPERTY

      public static final TLcdDataProperty AGGREGATION_TYPE_PROPERTY
      Data property that maps to the aggregationType attribute. The possible values for this property are instances of ELcdGML32Aggregation.
    • 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<TLcdGML32SurfaceProperty>.
  • Constructor Details

    • TLcdGML32CompositeSurface

      public TLcdGML32CompositeSurface()
    • TLcdGML32CompositeSurface

      public TLcdGML32CompositeSurface(TLcdDataType aType)
  • Method Details

    • getAggregationType

      public ELcdGML32Aggregation getAggregationType()
      Returns the value of the property that maps to the aggregationType attribute.
      Returns:
      the value of the AGGREGATION_TYPE_PROPERTY property.
    • setAggregationType

      public void setAggregationType(ELcdGML32Aggregation aValue)
      Sets the value of the property that maps to the aggregationType attribute.
      Parameters:
      aValue - the value to set for the AGGREGATION_TYPE_PROPERTY property.
    • getSurfaceMember

      public List<TLcdGML32AbstractSurface> 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 gml:AbstractSurface.

      Returns:
      the value of the SURFACE_MEMBER_PROPERTY property.
      See Also: