| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.util |
| Modifier and Type | Method and Description |
|---|---|
protected DirectedEdgeFilter |
Router.Solver.createDirectedEdgeFilter() |
| Modifier and Type | Method and Description |
|---|---|
static ViaRouting.Result |
ViaRouting.calcPaths(List<GHPoint> points,
QueryGraph queryGraph,
List<Snap> snaps,
DirectedEdgeFilter directedEdgeFilter,
PathCalculator pathCalculator,
List<String> curbsides,
boolean forceCurbsides,
List<Double> headings,
boolean passThrough) |
static List<Snap> |
ViaRouting.lookup(EncodedValueLookup lookup,
List<GHPoint> points,
EdgeFilter snapFilter,
LocationIndex locationIndex,
List<String> snapPreventions,
List<String> pointHints,
DirectedEdgeFilter directedSnapFilter,
List<Double> headings) |
| Constructor and Description |
|---|
DirectionResolver(Graph graph,
DirectedEdgeFilter isAccessible) |
| Constructor and Description |
|---|
HeadingEdgeFilter(DirectedEdgeFilter directedEdgeFilter,
double heading,
GHPoint pointNearHeading) |
Copyright © 2012–2022. All rights reserved.