Package org.geotools.graph.path
Class ExhaustivePathFinder
Object
ExhaustivePathFinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONTINUE_PATH
public static final int CONTINUE_PATH- See Also:
-
END_PATH_AND_CONTINUE
public static final int END_PATH_AND_CONTINUE- See Also:
-
END_PATH_AND_STOP
public static final int END_PATH_AND_STOP- See Also:
-
KILL_PATH
public static final int KILL_PATH- See Also:
-
-
Constructor Details
-
ExhaustivePathFinder
public ExhaustivePathFinder() -
ExhaustivePathFinder
public ExhaustivePathFinder(int maxitr, int maxplen)
-
-
Method Details
-
getPath
-
getPaths
-
getPaths
-