Uses of Class
com.graphhopper.routing.lm.SplitArea
Packages that use SplitArea
-
Uses of SplitArea in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm that return SplitAreaMethod parameters in com.graphhopper.routing.lm with type arguments of type SplitAreaModifier 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)