public class LocationIndexMatch
extends com.graphhopper.storage.index.LocationIndexTree
| Constructor and Description |
|---|
LocationIndexMatch(com.graphhopper.storage.GraphHopperStorage graph,
com.graphhopper.storage.index.LocationIndexTree index) |
| Modifier and Type | Method and Description |
|---|---|
List<com.graphhopper.storage.index.QueryResult> |
findNClosest(double queryLat,
double queryLon,
com.graphhopper.routing.util.EdgeFilter edgeFilter,
double radius)
Returns all edges that are within the specified radius around the queried position.
|
close, create, findClosest, findNetworkEntries, findNetworkEntriesSingleRegion, flush, getCapacity, getDeltaLat, getDeltaLon, getMinResolutionInMeter, isClosed, loadExisting, prepareIndex, setApproximation, setMaxRegionSearch, setMinResolutionInMeter, setResolution, setSegmentSizepublic LocationIndexMatch(com.graphhopper.storage.GraphHopperStorage graph,
com.graphhopper.storage.index.LocationIndexTree index)
public List<com.graphhopper.storage.index.QueryResult> findNClosest(double queryLat, double queryLon, com.graphhopper.routing.util.EdgeFilter edgeFilter, double radius)
findNClosest in class com.graphhopper.storage.index.LocationIndexTreeradius - in metersCopyright © 2012–2018. All rights reserved.