Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing | |
com.graphhopper.routing.ch | |
com.graphhopper.routing.lm | |
com.graphhopper.routing.template | |
com.graphhopper.routing.util |
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 | Class and Description |
---|---|
static class |
LMAlgoFactoryDecorator.LMRAFactory
TODO needs to be public to pick defaultAlgoFactory.weighting if the defaultAlgoFactory is a CH one.
|
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
LMAlgoFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory defaultAlgoFactory,
HintsMap map) |
RoutingAlgorithmFactory |
LMAlgoFactoryDecorator.LMRAFactory.getDefaultAlgoFactory() |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
LMAlgoFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory defaultAlgoFactory,
HintsMap map) |
Constructor and Description |
---|
LMRAFactory(PrepareLandmarks p,
RoutingAlgorithmFactory defaultAlgoFactory) |
Modifier and Type | Method and Description |
---|---|
List<Path> |
ViaRoutingTemplate.calcPaths(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
AlgorithmOptions algoOpts) |
List<Path> |
AlternativeRoutingTemplate.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.
|
List<Path> |
RoundTripRoutingTemplate.calcPaths(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
AlgorithmOptions algoOpts) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
TestAlgoCollector.AlgoHelperEntry.createRoutingFactory() |
Copyright © 2012–2018. All rights reserved.