Package net.opengis.gml311
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:
Gml311Package.getCompositeSurfaceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SurfacePropertyType>
getSurfaceMember()
Returns the value of the 'Surface Member' containment reference list.-
Methods inherited from interface AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getSurfaceMember
EList<SurfacePropertyType> getSurfaceMember()
Returns the value of the 'Surface Member' containment reference list. The list contents are of typeSurfacePropertyType
. 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:
Gml311Package.getCompositeSurfaceType_SurfaceMember()
-
-