Interface CompositeSurfaceType

All Superinterfaces:
AbstractGeometricPrimitiveType, AbstractGeometryType, AbstractGMLType, AbstractSurfaceType, EObject, Notifier
All Known Implementing Classes:
CompositeSurfaceTypeImpl

public interface CompositeSurfaceType extends AbstractSurfaceType
A representation of the model object 'Composite Surface Type'. 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.

The following features are supported:

See Also:
  • Method Details

    • getSurfaceMember

      EList<SurfacePropertyType> getSurfaceMember()
      Returns the value of the 'Surface Member' containment reference list. The list contents are of type SurfacePropertyType. This element references or contains one surface in the composite surface. The surfaces are contiguous. NOTE: This definition allows for a nested structure, i.e. a CompositeSurface may use, for example, another CompositeSurface as a member.
      Returns:
      the value of the 'Surface Member' containment reference list.
      See Also: