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