Uses of Package
com.graphhopper.routing
Packages that use com.graphhopper.routing
Package
Description
-
Classes in com.graphhopper.routing used by com.graphhopper
-
Classes in com.graphhopper.routing used by com.graphhopper.isochrone.algorithmClassDescriptionThis class represents the result of a shortest path calculation.This class contains various parameters that control the behavior of
Router
.Calculates the shortest path from the specified node ids. -
Classes in com.graphhopper.routing used by com.graphhopper.reader.osm
-
Classes in com.graphhopper.routing used by com.graphhopper.routingClassDescriptionCommon subclass for bidirectional CH algorithms.Common subclass for bidirectional algorithms.This class implements the A* algorithm according to http://en.wikipedia.org/wiki/A*_search_algorithmThis class implements a bidirectional A* algorithm.Builds a
Path
from the two fwd- and bwd-shortest path tree entries of a bidirectional searchA simple dijkstra tuned to perform multiple one to many queries with the same source and different target nodes more efficiently thanDijkstra
.This class represents the result of a shortest path calculation.The callback used in forEveryEdge.Implementations of this class allow repeatedly calculating paths for different start/target nodes and edge restrictionsThis class contains various parameters that control the behavior ofRouter
.Calculates the shortest path from the specified node ids.This interface manages RoutingAlgorithm creation.This class is used to create the shortest-path-tree from linked entities. -
Classes in com.graphhopper.routing used by com.graphhopper.routing.chClassDescriptionBuilds a
Path
from the two fwd- and bwd-shortest path tree entries of a bidirectional searchThis class is used to create the shortest-path-tree from linked entities. -
Classes in com.graphhopper.routing used by com.graphhopper.routing.lmClassDescriptionCalculates the shortest path from the specified node ids.This interface manages RoutingAlgorithm creation.
-
Classes in com.graphhopper.routing used by com.graphhopper.util
-
Classes in com.graphhopper.routing used by com.graphhopper.util.detailsClassDescriptionThis class represents the result of a shortest path calculation.The callback used in forEveryEdge.