Package | Description |
---|---|
com.graphhopper.routing.querygraph | |
com.graphhopper.routing.template | |
com.graphhopper.routing.weighting | |
com.graphhopper.storage |
Modifier and Type | Method and Description |
---|---|
static QueryGraph |
QueryGraph.lookup(Graph graph,
List<QueryResult> queryResults) |
static QueryGraph |
QueryGraph.lookup(Graph graph,
QueryResult qr) |
static QueryGraph |
QueryGraph.lookup(Graph graph,
QueryResult fromQR,
QueryResult toQR) |
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 |
---|---|
BlockAreaWeighting |
BlockAreaWeighting.setQueryGraph(QueryGraph queryGraph) |
Modifier and Type | Method and Description |
---|---|
GraphEdgeIdFinder.BlockArea |
GraphEdgeIdFinder.BlockArea.setQueryGraph(QueryGraph queryGraph) |
Copyright © 2012–2020. All rights reserved.