| Package | Description |
|---|---|
| com.graphhopper.reader.osm | |
| com.graphhopper.routing.lm |
| Modifier and Type | Method and Description |
|---|---|
OSMReader |
OSMReader.setAreaIndex(AreaIndex<CustomArea> areaIndex)
The area index is queried for each OSM way and the associated areas are added to the way's tags
|
| Modifier and Type | Method and Description |
|---|---|
protected com.carrotsearch.hppc.IntHashSet |
LandmarkStorage.findBorderEdgeIds(AreaIndex<SplitArea> areaIndex)
This method makes edges crossing the specified border inaccessible to split a bigger area into smaller subnetworks.
|
PrepareLandmarks |
PrepareLandmarks.setAreaIndex(AreaIndex<SplitArea> areaIndex) |
void |
LandmarkStorage.setAreaIndex(AreaIndex<SplitArea> areaIndex)
This method specifies the polygons which should be used to split the world wide area to improve performance and
quality in this scenario.
|
Copyright © 2012–2022. All rights reserved.