|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.graph.traverse.basic.AbstractGraphIterator
org.geotools.graph.traverse.basic.SourceGraphIterator
public abstract class SourceGraphIterator
A GraphIterator that starts iteration from a specefied point.
Constructor Summary | |
---|---|
SourceGraphIterator()
|
Method Summary | |
---|---|
Graphable |
getSource()
Returns the source of the iteration. |
void |
setSource(Graphable source)
Sets the source for the iteration. |
Methods inherited from class org.geotools.graph.traverse.basic.AbstractGraphIterator |
---|
getGraph, getTraversal, getWalker, setTraversal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.graph.traverse.GraphIterator |
---|
cont, init, killBranch, next |
Constructor Detail |
---|
public SourceGraphIterator()
Method Detail |
---|
public void setSource(Graphable source)
source
- The source of the iteration.public Graphable getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |