JTS Core 1.17.1
Packages
Classes
Search
About
Top
ConnectedSubgraphFinder(PlanarGraph)
getConnectedSubgraphs(): List
Bottom
Source
Classic
org.locationtech.jts.planargraph.algorithm
Class ConnectedSubgraphFinder
Hierarchy:
Object
, ConnectedSubgraphFinder
public class ConnectedSubgraphFinder
Finds all connected
Subgraph
s of a
PlanarGraph
.
Note:
uses the
isVisited
flag on the nodes.
public
ConnectedSubgraphFinder(
PlanarGraph
graph)
public
List
getConnectedSubgraphs()