Package net.opengis.gml311
Interface TopoSurfaceType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,EObject
,Notifier
- All Known Implementing Classes:
TopoSurfaceTypeImpl
public interface TopoSurfaceType extends AbstractTopologyType
A representation of the model object 'Topo Surface Type'. The TopoSurface type and element represent a homogeneous topological expression, a set of directed faces, which if realised are isomorphic to a geometric surface primitive. The intended use of TopoSurface is to appear within a surface feature instance to express the structural and possibly geometric relationships of this surface to other features via the shared face definitions.The following features are supported:
- See Also:
Gml311Package.getTopoSurfaceType()
-
-
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
-
-
-
-
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.getTopoSurfaceType_DirectedFace()
-
-