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