org.geotools.graph.path
Class ExhaustivePathFinder
java.lang.Object
org.geotools.graph.path.ExhaustivePathFinder
- public class ExhaustivePathFinder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTINUE_PATH
public static final int CONTINUE_PATH
- See Also:
- Constant Field Values
END_PATH_AND_CONTINUE
public static final int END_PATH_AND_CONTINUE
- See Also:
- Constant Field Values
END_PATH_AND_STOP
public static final int END_PATH_AND_STOP
- See Also:
- Constant Field Values
KILL_PATH
public static final int KILL_PATH
- See Also:
- Constant Field Values
ExhaustivePathFinder
public ExhaustivePathFinder()
ExhaustivePathFinder
public ExhaustivePathFinder(int maxitr,
int maxplen)
getPath
public Path getPath(Node from,
Node to)
getPaths
public java.util.List getPaths(Node from,
Node to)
getPaths
public java.util.List getPaths(Node from,
GraphVisitor visitor)
Copyright © GeoTools. All Rights Reserved.