Uses of Enum Class
com.graphhopper.routing.ev.UrbanDensity
Packages that use UrbanDensity
-
Uses of UrbanDensity in com.graphhopper.routing.ev
Methods in com.graphhopper.routing.ev that return UrbanDensityModifier and TypeMethodDescriptionstatic UrbanDensity
Returns the enum constant of this class with the specified name.static UrbanDensity[]
UrbanDensity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.graphhopper.routing.ev that return types with arguments of type UrbanDensity -
Uses of UrbanDensity in com.graphhopper.routing.util
Method parameters in com.graphhopper.routing.util with type arguments of type UrbanDensityModifier and TypeMethodDescriptionstatic void
UrbanDensityCalculator.calcUrbanDensity
(Graph graph, EnumEncodedValue<UrbanDensity> urbanDensityEnc, EnumEncodedValue<RoadClass> roadClassEnc, BooleanEncodedValue roadClassLinkEnc, double residentialAreaRadius, double residentialAreaSensitivity, double cityAreaRadius, double cityAreaSensitivity, int threads) Calculates the urban density (rural/residential/city) for all edges of the graph.