| Package | Description |
|---|---|
| com.graphhopper.reader.osm | |
| com.graphhopper.routing.util.parsers |
| Modifier and Type | Method and Description |
|---|---|
RestrictionType |
RestrictionTagParser.Result.getRestrictionType() |
static RestrictionType |
RestrictionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictionType[] |
RestrictionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Result(RestrictionType restrictionType,
String restriction) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionSetter.setRestrictions(List<Pair<GraphRestriction,RestrictionType>> restrictions,
DecimalEncodedValue turnCostEnc)
Adds all the turn restriction entries to the graph that are needed to enforce the given restrictions, for
a single turn cost encoded value.
|
Copyright © 2012–2022. All rights reserved.