Package | Description |
---|---|
com.graphhopper.routing | |
com.graphhopper.routing.template |
Modifier and Type | Method and Description |
---|---|
QueryGraph |
QueryGraph.lookup(QueryResult fromRes,
QueryResult toRes)
Convenient method to initialize this QueryGraph with the two specified query results.
|
QueryGraph |
QueryGraph.setUseEdgeExplorerCache(boolean useEECache)
This method is an experimental feature to reduce memory and CPU resources if there are many
locations ("hundreds") for one QueryGraph.
|
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) |
Copyright © 2012–2019. All rights reserved.