Package net.opengis.gml311
Interface CompositeSurfaceType
- All Superinterfaces:
AbstractGeometricPrimitiveType
,AbstractGeometryType
,AbstractGMLType
,AbstractSurfaceType
,EObject
,Notifier
- All Known Implementing Classes:
CompositeSurfaceTypeImpl
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 Summary
Modifier and TypeMethodDescriptionEList<SurfacePropertyType>
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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-