Package | Description |
---|---|
com.graphhopper.routing.ev | |
com.graphhopper.routing.util | |
com.graphhopper.routing.util.parsers |
Modifier and Type | Method and Description |
---|---|
static RoadClass |
RoadClass.find(String name) |
static RoadClass |
RoadClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoadClass[] |
RoadClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Constructor and Description |
---|
SnapPreventionEdgeFilter(EdgeFilter filter,
EnumEncodedValue<RoadClass> rcEnc,
EnumEncodedValue<RoadEnvironment> reEnc,
List<String> snapPreventions) |
Modifier and Type | Field and Description |
---|---|
protected EnumEncodedValue<RoadClass> |
OSMRoadClassParser.roadClassEnc |
Constructor and Description |
---|
OSMRoadClassParser(EnumEncodedValue<RoadClass> roadClassEnc) |
Copyright © 2012–2022. All rights reserved.