| Package | Description |
|---|---|
| com.graphhopper.routing.util.spatialrules | |
| com.graphhopper.routing.util.spatialrules.countries |
| Modifier and Type | Method and Description |
|---|---|
static TransportationMode |
TransportationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportationMode[] |
TransportationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccessValue |
SpatialRule.getAccessValue(String highwayTag,
TransportationMode transportationMode,
AccessValue _default)
Returns the
AccessValue for a certain highway type and transportation mode. |
AccessValue |
DefaultSpatialRule.getAccessValue(String highwayTag,
TransportationMode transportationMode,
AccessValue _default) |
| Modifier and Type | Method and Description |
|---|---|
AccessValue |
GermanySpatialRule.getAccessValue(String highwayTag,
TransportationMode transportationMode,
AccessValue _default) |
AccessValue |
AustriaSpatialRule.getAccessValue(String highwayTag,
TransportationMode transportationMode,
AccessValue _default) |
Copyright © 2012–2018. All rights reserved.