Package net.opengis.gml311
Interface CompositeSolidType
-
- All Superinterfaces:
AbstractGeometricPrimitiveType,AbstractGeometryType,AbstractGMLType,AbstractSolidType,EObject,Notifier
- All Known Implementing Classes:
CompositeSolidTypeImpl
public interface CompositeSolidType extends AbstractSolidType
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:
Gml311Package.getCompositeSolidType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SolidPropertyType>getSolidMember()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
-
-
-
-
Method Detail
-
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:
Gml311Package.getCompositeSolidType_SolidMember()
-
-