Uses of Class
com.graphhopper.routing.util.RoadDensityCalculator
Packages that use RoadDensityCalculator
-
Uses of RoadDensityCalculator in com.graphhopper.routing.util
Method parameters in com.graphhopper.routing.util with type arguments of type RoadDensityCalculatorModifier and TypeMethodDescriptionstatic void
RoadDensityCalculator.calcRoadDensities
(Graph graph, BiConsumer<RoadDensityCalculator, EdgeIteratorState> edgeHandler, int threads) Loops over all edges of the graph and calls the given edgeHandler for each edge.