Class FootPriorityParser
java.lang.Object
com.graphhopper.routing.util.parsers.FootPriorityParser
- All Implemented Interfaces:
TagParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EnumEncodedValue<RouteNetwork>protected final DecimalEncodedValueprotected Map<RouteNetwork,Integer> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFootPriorityParser(DecimalEncodedValue priorityEnc, EnumEncodedValue<RouteNetwork> footRouteEnc) FootPriorityParser(EncodedValueLookup lookup) -
Method Summary
Modifier and TypeMethodDescriptioninthandlePriority(ReaderWay way, Integer priorityFromRelation) voidhandleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way, IntsRef relationFlags)
-
Field Details
-
sidewalkValues
-
sidewalksNoValues
-
priorityWayEncoder
-
footRouteEnc
-
routeMap
-
-
Constructor Details
-
FootPriorityParser
-
FootPriorityParser
protected FootPriorityParser(DecimalEncodedValue priorityEnc, EnumEncodedValue<RouteNetwork> footRouteEnc)
-
-
Method Details
-
handleWayTags
public void handleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way, IntsRef relationFlags) - Specified by:
handleWayTagsin interfaceTagParser
-
handlePriority
-