| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.querygraph |
| Modifier and Type | Method and Description |
|---|---|
static ViaRouting.Result |
ViaRouting.calcPaths(List<GHPoint> points,
QueryGraph queryGraph,
List<Snap> snaps,
BooleanEncodedValue accessEnc,
PathCalculator pathCalculator,
List<String> curbsides,
boolean forceCurbsides,
List<Double> headings,
boolean passThrough) |
| Constructor and Description |
|---|
FlexiblePathCalculator(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
AlgorithmOptions algoOpts) |
| Constructor and Description |
|---|
CHRoutingAlgorithmFactory(RoutingCHGraph routingCHGraph,
QueryGraph queryGraph) |
| Modifier and Type | Method and Description |
|---|---|
static QueryGraph |
QueryGraph.create(Graph graph,
List<Snap> snaps) |
static QueryGraph |
QueryGraph.create(Graph graph,
Snap snap) |
static QueryGraph |
QueryGraph.create(Graph graph,
Snap fromSnap,
Snap toSnap) |
| Constructor and Description |
|---|
QueryRoutingCHGraph(RoutingCHGraph routingCHGraph,
QueryGraph queryGraph) |
Copyright © 2012–2020. All rights reserved.