Uses of Class
org.locationtech.jts.planargraph.GraphComponent
Packages that use GraphComponent
Package
Description
Classes to perform line merging.
An API for polygonizing sets of lines.
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.operation.polygonize
Subclasses of GraphComponent in org.locationtech.jts.operation.polygonizeModifier and TypeClassDescription(package private) class
ADirectedEdge
of aPolygonizeGraph
, which represents an edge of a polygon formed by the graph.(package private) class
An edge of a polygonization graph. -
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.