Package | Description |
---|---|
com.graphhopper.routing |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBidirAlgo
Common subclass for bidirectional algorithms.
|
static class |
AlternativeRoute.AlternativeBidirSearch
Helper class to find alternatives and alternatives for round trip.
|
class |
AStar
This class implements the A* algorithm according to
http://en.wikipedia.org/wiki/A*_search_algorithm
|
class |
AStarBidirection
This class implements a bidirectional A* algorithm.
|
class |
Dijkstra
Implements a single source shortest path algorithm
http://en.wikipedia.org/wiki/Dijkstra's_algorithm
|
class |
DijkstraBidirectionRef
Calculates best path in bidirectional way.
|
class |
DijkstraOneToMany
A simple dijkstra tuned to perform one to many queries more efficient than Dijkstra.
|
Copyright © 2012–2016. All rights reserved.