Uses of Class
org.locationtech.jts.planargraph.GraphComponent
-
Packages that use GraphComponent Package Description org.locationtech.jts.operation.linemerge Classes to perform line merging.org.locationtech.jts.planargraph Contains classes to implement a planar graph data structure. -
-
Uses of GraphComponent in org.locationtech.jts.operation.linemerge
Subclasses of GraphComponent in org.locationtech.jts.operation.linemerge Modifier and Type Class Description class
LineMergeDirectedEdge
ADirectedEdge
of aLineMergeGraph
.class
LineMergeEdge
An edge of aLineMergeGraph
. -
Uses of GraphComponent in org.locationtech.jts.planargraph
Subclasses of GraphComponent in org.locationtech.jts.planargraph Modifier and Type Class Description class
DirectedEdge
Represents a directed edge in aPlanarGraph
.class
Edge
Represents an undirected edge of aPlanarGraph
.class
Node
A node in aPlanarGraph
is a location where 0 or moreEdge
s meet.Methods in org.locationtech.jts.planargraph that return GraphComponent Modifier and Type Method Description static GraphComponent
GraphComponent. getComponentWithVisitedState(java.util.Iterator i, boolean visitedState)
Finds the firstGraphComponent
in aIterator
set which has the specified visited state.
-