Package net.opengis.gml311
Interface CompositeSolidType
- All Superinterfaces:
AbstractGeometricPrimitiveType
,AbstractGeometryType
,AbstractGMLType
,AbstractSolidType
,EObject
,Notifier
- All Known Implementing Classes:
CompositeSolidTypeImpl
A representation of the model object 'Composite Solid Type'.
A composite solid is a geometry type with all the geometric properties of a (primitive) solid.
Essentially, a composite solid is a collection of solids that join in pairs on common boundary surfaces and which, when considered as a whole, form a single solid.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<SolidPropertyType>
Returns the value of the 'Solid 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
-
getSolidMember
EList<SolidPropertyType> getSolidMember()Returns the value of the 'Solid Member' containment reference list. The list contents are of typeSolidPropertyType
. This element references or contains one solid in the composite solid. The solids are contiguous. NOTE: This definition allows for a nested structure, i.e. a CompositeSolid may use, for example, another CompositeSolid as a member.- Returns:
- the value of the 'Solid Member' containment reference list.
- See Also:
-