Package net.opengis.gml311
Interface TopoSolidType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,AbstractTopoPrimitiveType
,EObject
,Notifier
- All Known Implementing Classes:
TopoSolidTypeImpl
public interface TopoSolidType extends AbstractTopoPrimitiveType
A representation of the model object 'Topo Solid Type'. The topological boundary of a TopoSolid consists of a set of directed faces. Note that all faces associated with the TopoSolid, including dangling faces, appear in the boundary. The coboundary of a TopoSolid is empty and hence requires no representation.The following features are supported:
- See Also:
Gml311Package.getTopoSolidType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DirectedFacePropertyType>
getDirectedFace()
Returns the value of the 'Directed Face' containment reference list.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractTopoPrimitiveType
getContainer, getIsolated, setContainer
-
-
-
-
Method Detail
-
getDirectedFace
EList<DirectedFacePropertyType> getDirectedFace()
Returns the value of the 'Directed Face' containment reference list. The list contents are of typeDirectedFacePropertyType
.If the meaning of the 'Directed Face' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Directed Face' containment reference list.
- See Also:
Gml311Package.getTopoSolidType_DirectedFace()
-
-