Interface | Description |
---|---|
NodeSequence |
Represents a sequence of nodes in a graph.
|
Class | Description |
---|---|
AStarShortestPathFinder |
Calculates the shortest path between two nodes using the A Star algorithm (for details see
http://en.wikipedia.org/wiki/A_star)
|
Cycle |
Represents a cycle in a graph.
|
DijkstraShortestPathFinder |
Calculates node paths in a graph using Dijkstra's Shortest Path Algorithm.
|
ExhaustivePathFinder | |
Path |
Represents a path in a graph.
|
Walk |
Represents a walk in a graph.
|
Copyright © 1996–2019 Geotools. All rights reserved.