Class BikeCommonAccessParser
java.lang.Object
com.graphhopper.routing.util.parsers.AbstractAccessParser
com.graphhopper.routing.util.parsers.BikeCommonAccessParser
- All Implemented Interfaces:
TagParser
- Direct Known Subclasses:
BikeAccessParser,MountainBikeAccessParser,RacingBikeAccessParser
-
Field Summary
Fields inherited from class com.graphhopper.routing.util.parsers.AbstractAccessParser
accessEnc, barriers, intendedValues, oneways, restrictedValues, restrictions -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBikeCommonAccessParser(BooleanEncodedValue accessEnc, BooleanEncodedValue roundaboutEnc) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleAccess(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way) voidhandleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way) Methods inherited from class com.graphhopper.routing.util.parsers.AbstractAccessParser
blockFords, blockPrivate, getAccessEnc, getConditionalTagInspector, getName, getRestrictions, handleBarrierEdge, handleWayTags, init, isBarrier, isBlockFords, setConditionalTagInspector, 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
-
Constructor Details
-
BikeCommonAccessParser
-
-
Method Details
-
getAccess
-
handleWayTags
- Specified by:
handleWayTagsin classAbstractAccessParser
-
handleAccess
-