Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing | |
com.graphhopper.routing.ch | |
com.graphhopper.routing.template |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
GraphHopper.getAlgorithmFactory(HintsMap map) |
Modifier and Type | Class and Description |
---|---|
class |
RoutingAlgorithmFactorySimple
A simple factory creating normal algorithms (RoutingAlgorithm) without preparation.
|
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
RoutingAlgorithmFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory algoFactory,
HintsMap optionsMap)
This method returns the specified algoFactory unchanged, decorates it or completely replaces
it depending on the specified optionsMap.
|
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
RoutingAlgorithmFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory algoFactory,
HintsMap optionsMap)
This method returns the specified algoFactory unchanged, decorates it or completely replaces
it depending on the specified optionsMap.
|
Modifier and Type | Class and Description |
---|---|
class |
PrepareContractionHierarchies
This class prepares the graph for a bidirectional algorithm supporting contraction hierarchies
ie.
|
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
CHAlgoFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory defaultAlgoFactory,
HintsMap map) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
CHAlgoFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory defaultAlgoFactory,
HintsMap map) |
Modifier and Type | Method and Description |
---|---|
List<Path> |
RoundTripRoutingTemplate.calcPaths(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
AlgorithmOptions algoOpts) |
List<Path> |
AlternativeRoutingTemplate.calcPaths(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
AlgorithmOptions algoOpts) |
List<Path> |
ViaRoutingTemplate.calcPaths(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
AlgorithmOptions algoOpts) |
List<Path> |
RoutingTemplate.calcPaths(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
AlgorithmOptions algoOpts)
This method returns a list of Path objects which then can be merged to serve one route with
via points or multiple alternative paths.
|
Copyright © 2012–2016. All rights reserved.