Uses of Class
com.graphhopper.routing.util.AreaIndex
Packages that use AreaIndex
-
Uses of AreaIndex in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm with parameters of type AreaIndexModifier and TypeMethodDescriptionOSMReader.setAreaIndex
(AreaIndex<CustomArea> areaIndex) The area index is queried for each OSM way and the associated areas are added to the way's tags -
Uses of AreaIndex in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm with parameters of type AreaIndexModifier and TypeMethodDescriptionprotected 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.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.PrepareLandmarks.setAreaIndex
(AreaIndex<SplitArea> areaIndex)