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.operation.polygonize An API for polygonizing sets of lines.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.operation.polygonize
Subclasses of GraphComponent in org.locationtech.jts.operation.polygonize Modifier and Type Class Description (package private) class
PolygonizeDirectedEdge
ADirectedEdge
of aPolygonizeGraph
, which represents an edge of a polygon formed by the graph.(package private) class
PolygonizeEdge
An edge of a polygonization graph. -
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.
-