| Package | Description |
|---|---|
| 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 |
|---|---|
AlgorithmOptions |
AlgorithmOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
RoutingAlgorithm |
RoutingAlgorithmFactory.createAlgo(Graph g,
AlgorithmOptions opts)
This method creates an algorithm out of this factory based on the specified opts and graph.
|
RoutingAlgorithm |
RoutingAlgorithmFactorySimple.createAlgo(Graph g,
AlgorithmOptions opts) |
static WeightApproximator |
RoutingAlgorithmFactorySimple.getApproximation(String prop,
AlgorithmOptions opts,
NodeAccess na) |
static AlgorithmOptions.Builder |
AlgorithmOptions.start(AlgorithmOptions opts)
This method clones the specified AlgorithmOption object with the possibility for further
changes.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingAlgorithm |
PrepareContractionHierarchies.createAlgo(Graph graph,
AlgorithmOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
RoutingAlgorithm |
LMAlgoFactoryDecorator.LMRAFactory.createAlgo(Graph g,
AlgorithmOptions opts) |
RoutingAlgorithm |
PrepareLandmarks.getDecoratedAlgorithm(Graph qGraph,
RoutingAlgorithm algo,
AlgorithmOptions opts) |
| 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 |
|---|---|
AlgorithmOptions |
TestAlgoCollector.AlgoHelperEntry.getAlgorithmOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestAlgoCollector.AlgoHelperEntry.setAlgorithmOptions(AlgorithmOptions opts) |
| Constructor and Description |
|---|
AlgoHelperEntry(Graph g,
AlgorithmOptions opts,
LocationIndex idx,
String expectedAlgo) |
Copyright © 2012–2019. All rights reserved.