Package | Description |
---|---|
com.graphhopper.routing.lm |
Modifier and Type | Method and Description |
---|---|
static SplitArea |
SplitArea.fromJsonFeature(JsonFeature j) |
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.