Package net.opengis.gml311
Interface TopoCurveType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,EObject
,Notifier
- All Known Implementing Classes:
TopoCurveTypeImpl
public interface TopoCurveType extends AbstractTopologyType
A representation of the model object 'Topo Curve Type'. The end Node of each directedEdge of a TopoCurveType is the start Node of the next directedEdge of the TopoCurveType in document order. The TopoCurve type and element represent a homogeneous topological expression, a list of directed edges, which if realised are isomorphic to a geometric curve primitive. The intended use of TopoCurve is to appear within a line feature instance to express the structural and geometric relationships of this line to other features via the shared edge definitions.The following features are supported:
- See Also:
Gml311Package.getTopoCurveType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DirectedEdgePropertyType>
getDirectedEdge()
Returns the value of the 'Directed Edge' containment reference list.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getDirectedEdge
EList<DirectedEdgePropertyType> getDirectedEdge()
Returns the value of the 'Directed Edge' containment reference list. The list contents are of typeDirectedEdgePropertyType
.If the meaning of the 'Directed Edge' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Directed Edge' containment reference list.
- See Also:
Gml311Package.getTopoCurveType_DirectedEdge()
-
-