Uses of Class
org.locationtech.jts.planargraph.GraphComponent
-
Packages that use GraphComponent Package Description org.locationtech.jts.operation.linemerge org.locationtech.jts.planargraph -
-
Uses of GraphComponent in org.locationtech.jts.operation.linemerge
Subclasses of GraphComponent in org.locationtech.jts.operation.linemerge Modifier and Type Class Description classLineMergeDirectedEdgeADirectedEdgeof aLineMergeGraph.classLineMergeEdgeAn edge of aLineMergeGraph. -
Uses of GraphComponent in org.locationtech.jts.planargraph
Subclasses of GraphComponent in org.locationtech.jts.planargraph Modifier and Type Class Description classDirectedEdgeRepresents a directed edge in aPlanarGraph.classEdgeRepresents an undirected edge of aPlanarGraph.classNodeA node in aPlanarGraphis a location where 0 or moreEdges meet.Methods in org.locationtech.jts.planargraph that return GraphComponent Modifier and Type Method Description static GraphComponentGraphComponent. getComponentWithVisitedState(Iterator i, boolean visitedState)Finds the firstGraphComponentin aIteratorset which has the specified visited state.
-