Class FootPriorityParser
java.lang.Object
com.graphhopper.routing.util.parsers.FootPriorityParser
- All Implemented Interfaces:
TagParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EnumEncodedValue
<RouteNetwork> protected final DecimalEncodedValue
protected Map
<RouteNetwork, Integer> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FootPriorityParser
(DecimalEncodedValue priorityEnc, EnumEncodedValue<RouteNetwork> footRouteEnc) FootPriorityParser
(EncodedValueLookup lookup) -
Method Summary
Modifier and TypeMethodDescriptionint
handlePriority
(ReaderWay way, Integer priorityFromRelation) void
handleWayTags
(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:
handleWayTags
in interfaceTagParser
-
handlePriority
-