Package net.opengis.gml311
Interface TopoVolumeType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,EObject
,Notifier
- All Known Implementing Classes:
TopoVolumeTypeImpl
public interface TopoVolumeType extends AbstractTopologyType
A representation of the model object 'Topo Volume Type'. The TopoVolume type and element represent a homogeneous topological expression, a set of directed TopoSolids, which if realised are isomorphic to a geometric solid primitive. The intended use of TopoVolume is to appear within a 3D solid feature instance to express the structural and geometric relationships of this solid to other features via the shared TopoSolid definitions. . Note the orientation assigned to the directedSolid has no meaning in three dimensions. It is preserved for symmetry with the preceding types and elements.The following features are supported:
- See Also:
Gml311Package.getTopoVolumeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DirectedTopoSolidPropertyType>
getDirectedTopoSolid()
Returns the value of the 'Directed Topo Solid' containment reference list.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getDirectedTopoSolid
EList<DirectedTopoSolidPropertyType> getDirectedTopoSolid()
Returns the value of the 'Directed Topo Solid' containment reference list. The list contents are of typeDirectedTopoSolidPropertyType
.If the meaning of the 'Directed Topo Solid' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Directed Topo Solid' containment reference list.
- See Also:
Gml311Package.getTopoVolumeType_DirectedTopoSolid()
-
-