|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.planargraph.algorithm.ConnectedSubgraphFinder
public class ConnectedSubgraphFinder
Finds all connected Subgraph
s of a PlanarGraph
.
Note: uses the isVisited
flag on the nodes.
Constructor Summary | |
---|---|
ConnectedSubgraphFinder(PlanarGraph graph)
|
Method Summary | |
---|---|
java.util.List |
getConnectedSubgraphs()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectedSubgraphFinder(PlanarGraph graph)
Method Detail |
---|
public java.util.List getConnectedSubgraphs()
|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |