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(String profile,
boolean disableCH,
boolean disableLM) |
Modifier and Type | Class and Description |
---|---|
class |
RoutingAlgorithmFactorySimple
A simple factory creating normal algorithms (RoutingAlgorithm) without preparation.
|
Modifier and Type | Class and Description |
---|---|
class |
CHRoutingAlgorithmFactory |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
CHPreparationHandler.getAlgorithmFactory(String profile) |
RoutingAlgorithmFactory |
PrepareContractionHierarchies.getRoutingAlgorithmFactory() |
Modifier and Type | Class and Description |
---|---|
class |
LMRoutingAlgorithmFactory |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
LMPreparationHandler.getAlgorithmFactory(String profile) |
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–2020. All rights reserved.