Package org.locationtech.jts.dissolve
Class DissolveEdgeGraph
- java.lang.Object
-
- org.locationtech.jts.edgegraph.EdgeGraph
-
- org.locationtech.jts.dissolve.DissolveEdgeGraph
-
class DissolveEdgeGraph extends EdgeGraph
A graph containingDissolveHalfEdge
s.
-
-
Constructor Summary
Constructors Constructor Description DissolveEdgeGraph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HalfEdge
createEdge(Coordinate p0)
Creates a single HalfEdge.-
Methods inherited from class org.locationtech.jts.edgegraph.EdgeGraph
addEdge, findEdge, getVertexEdges, isValidEdge
-
-
-
-
Method Detail
-
createEdge
protected HalfEdge createEdge(Coordinate p0)
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
-
-