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 TypeClassDescriptionclassADirectedEdgeof aLineMergeGraph.classAn edge of aLineMergeGraph. -
Uses of GraphComponent in org.locationtech.jts.planargraph
Subclasses of GraphComponent in org.locationtech.jts.planargraphModifier and TypeClassDescriptionclassRepresents a directed edge in aPlanarGraph.classRepresents an undirected edge of aPlanarGraph.classA node in aPlanarGraphis a location where 0 or moreEdges meet.Methods in org.locationtech.jts.planargraph that return GraphComponentModifier and TypeMethodDescriptionstatic GraphComponentGraphComponent.getComponentWithVisitedState(Iterator i, boolean visitedState) Finds the firstGraphComponentin aIteratorset which has the specified visited state.