Class FootAccessParser
java.lang.Object
com.graphhopper.routing.util.parsers.AbstractAccessParser
com.graphhopper.routing.util.parsers.FootAccessParser
- All Implemented Interfaces:
TagParser
-
Field Summary
FieldsFields inherited from class com.graphhopper.routing.util.parsers.AbstractAccessParser
accessEnc, allowedValues, barriers, restrictedValues, restrictionKeys -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFootAccessParser(BooleanEncodedValue accessEnc) FootAccessParser(EncodedValueLookup lookup, PMap properties) -
Method Summary
Modifier and TypeMethodDescriptionSome ways are okay but not separate for pedestrians.voidhandleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way) Methods inherited from class com.graphhopper.routing.util.parsers.AbstractAccessParser
blockFords, blockPrivate, getAccessEnc, getName, getRestrictionKeys, handleBarrierEdge, handleWayTags, isBarrier, isBlockFords, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.graphhopper.routing.util.parsers.TagParser
handleWayTags
-
Field Details
-
sidewalkValues
-
routeMap
-
-
Constructor Details
-
FootAccessParser
-
FootAccessParser
-
-
Method Details
-
getAccess
Some ways are okay but not separate for pedestrians. -
handleWayTags
- Specified by:
handleWayTagsin classAbstractAccessParser
-