Package | Description |
---|---|
com.graphhopper.routing.querygraph | |
com.graphhopper.routing.template | |
com.graphhopper.routing.util | |
com.graphhopper.storage.index |
Modifier and Type | Method and Description |
---|---|
static QueryGraph |
QueryGraph.create(Graph graph,
QueryResult qr) |
static QueryGraph |
QueryGraph.create(Graph graph,
QueryResult fromQR,
QueryResult toQR) |
Modifier and Type | Method and Description |
---|---|
static QueryGraph |
QueryGraph.create(Graph graph,
List<QueryResult> queryResults) |
Modifier and Type | Field and Description |
---|---|
protected List<QueryResult> |
AbstractRoutingTemplate.queryResults |
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
ViaRoutingTemplate.lookup(List<GHPoint> points) |
List<QueryResult> |
AlternativeRoutingTemplate.lookup(List<GHPoint> points) |
List<QueryResult> |
RoutingTemplate.lookup(List<GHPoint> points)
This method takes the query points and returns the looked up QueryResults.
|
List<QueryResult> |
RoundTripRoutingTemplate.lookup(List<GHPoint> points) |
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
TestAlgoCollector.OneRun.getList(LocationIndex idx,
EdgeFilter edgeFilter) |
Modifier and Type | Method and Description |
---|---|
TestAlgoCollector |
TestAlgoCollector.assertDistance(EncodingManager encodingManager,
TestAlgoCollector.AlgoHelperEntry algoEntry,
List<QueryResult> queryList,
TestAlgoCollector.OneRun oneRun) |
Modifier and Type | Method and Description |
---|---|
QueryResult |
LocationIndex.findClosest(double lat,
double lon,
EdgeFilter edgeFilter)
This method returns the closest QueryResult for the specified location (lat, lon) and only if
the filter accepts the edge as valid candidate (e.g.
|
QueryResult |
Location2IDFullWithEdgesIndex.findClosest(double queryLat,
double queryLon,
EdgeFilter filter) |
QueryResult |
Location2IDFullIndex.findClosest(double queryLat,
double queryLon,
EdgeFilter edgeFilter) |
QueryResult |
LocationIndexTree.findClosest(double queryLat,
double queryLon,
EdgeFilter edgeFilter) |
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
LocationIndexTree.findNClosest(double queryLat,
double queryLon,
EdgeFilter edgeFilter,
double radius)
Returns all edges that are within the specified radius around the queried position.
|
Copyright © 2012–2020. All rights reserved.