Uses of Class
org.locationtech.jts.planargraph.GraphComponent
Packages that use GraphComponent
Package
Description
Classes to perform line merging.
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.linemergeModifier and TypeClassDescriptionclass
ADirectedEdge
of aLineMergeGraph
.class
An edge of aLineMergeGraph
. -
Uses of GraphComponent in org.locationtech.jts.planargraph
Subclasses of GraphComponent in org.locationtech.jts.planargraphModifier and TypeClassDescriptionclass
Represents a directed edge in aPlanarGraph
.class
Represents an undirected edge of aPlanarGraph
.class
A node in aPlanarGraph
is a location where 0 or moreEdge
s meet.Methods in org.locationtech.jts.planargraph that return GraphComponentModifier and TypeMethodDescriptionstatic GraphComponent
GraphComponent.getComponentWithVisitedState
(Iterator i, boolean visitedState) Finds the firstGraphComponent
in aIterator
set which has the specified visited state.