| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.lm | |
| com.graphhopper.routing.util |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmOptions |
AlgorithmOptions.Builder.build() |
AlgorithmOptions |
FlexiblePathCalculator.getAlgoOpts() |
| 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) |
protected GHResponse |
Router.routeAlt(GHRequest request,
AlgorithmOptions algoOpts,
Weighting weighting,
Profile profile,
boolean passThrough,
boolean forceCurbsides,
boolean disableCH,
boolean disableLM) |
protected GHResponse |
Router.routeRoundTrip(GHRequest request,
AlgorithmOptions algoOpts,
Weighting weighting,
Profile profile,
boolean disableLM) |
protected GHResponse |
Router.routeVia(GHRequest request,
AlgorithmOptions algoOpts,
Weighting weighting,
Profile profile,
boolean passThrough,
boolean forceCurbsides,
boolean disableCH,
boolean disableLM) |
void |
FlexiblePathCalculator.setAlgoOpts(AlgorithmOptions algoOpts) |
static AlgorithmOptions.Builder |
AlgorithmOptions.start(AlgorithmOptions opts)
This method clones the specified AlgorithmOption object with the possibility for further
changes.
|
| Constructor and Description |
|---|
FlexiblePathCalculator(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
AlgorithmOptions algoOpts) |
| Modifier and Type | Method and Description |
|---|---|
RoutingAlgorithm |
LMRoutingAlgorithmFactory.createAlgo(Graph g,
AlgorithmOptions opts) |
| 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,
boolean ch,
AlgorithmOptions opts,
LocationIndex idx,
String expectedAlgo) |
Copyright © 2012–2020. All rights reserved.