Package | Description |
---|---|
com.graphhopper.routing.lm | |
com.graphhopper.routing.util | |
com.graphhopper.routing.util.spatialrules |
Modifier and Type | Method and Description |
---|---|
protected com.carrotsearch.hppc.IntHashSet |
LandmarkStorage.findBorderEdgeIds(SpatialRuleLookup ruleLookup)
This method makes edges crossing the specified border inaccessible to split a bigger area into smaller subnetworks.
|
void |
LandmarkStorage.setSpatialRuleLookup(SpatialRuleLookup ruleLookup)
This method specifies the polygons which should be used to split the world wide area to improve performance and
quality in this scenario.
|
PrepareLandmarks |
PrepareLandmarks.setSpatialRuleLookup(SpatialRuleLookup ruleLookup) |
Modifier and Type | Method and Description |
---|---|
DataFlagEncoder |
DataFlagEncoder.setSpatialRuleLookup(SpatialRuleLookup spatialRuleLookup) |
Modifier and Type | Class and Description |
---|---|
class |
SpatialRuleLookupArray
SpatialRuleLookup implementation using an array as data structure.
|
Modifier and Type | Field and Description |
---|---|
static SpatialRuleLookup |
SpatialRuleLookup.EMPTY |
Copyright © 2012–2017. All rights reserved.