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, barriers, intendedValues, oneways, restrictedValues, restrictions
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FootAccessParser
(BooleanEncodedValue accessEnc) FootAccessParser
(EncodedValueLookup lookup, PMap properties) -
Method Summary
Modifier and TypeMethodDescriptionSome ways are okay but not separate for pedestrians.void
handleWayTags
(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way) Methods inherited from class com.graphhopper.routing.util.parsers.AbstractAccessParser
blockFords, blockPrivate, getAccessEnc, getName, getRestrictions, handleBarrierEdge, handleWayTags, isBarrier, isBlockFords, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
handleWayTags
in classAbstractAccessParser
-