Package org.locationtech.jts.dissolve
Class DissolveEdgeGraph
java.lang.Object
org.locationtech.jts.edgegraph.EdgeGraph
org.locationtech.jts.dissolve.DissolveEdgeGraph
A graph containing
DissolveHalfEdge
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected HalfEdge
createEdge
(Coordinate p0) Creates a single HalfEdge.Methods inherited from class org.locationtech.jts.edgegraph.EdgeGraph
addEdge, findEdge, getVertexEdges, isValidEdge
-
Constructor Details
-
DissolveEdgeGraph
DissolveEdgeGraph()
-
-
Method Details
-
createEdge
Description copied from class:EdgeGraph
Creates a single HalfEdge. Override to use a different HalfEdge subclass.- Overrides:
createEdge
in classEdgeGraph
- Parameters:
p0
- the origin location- Returns:
- a new HalfEdge with the given origin
-