Package | Description |
---|---|
com.graphhopper.routing | |
com.graphhopper.routing.ch | |
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) |
RoutingAlgorithm |
RoutingAlgorithmFactorySimple.createAlgo(Graph g,
AlgorithmOptions opts) |
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TestAlgoCollector.AlgoHelperEntry.setAlgorithmOptions(AlgorithmOptions opts) |
Constructor and Description |
---|
AlgoHelperEntry(Graph g,
Graph baseGraph,
AlgorithmOptions opts,
LocationIndex idx) |
Copyright © 2012–2016. All rights reserved.