Class BikeAccessParser
java.lang.Object
com.graphhopper.routing.util.parsers.AbstractAccessParser
com.graphhopper.routing.util.parsers.BikeCommonAccessParser
com.graphhopper.routing.util.parsers.BikeAccessParser
- All Implemented Interfaces:
TagParser
-
Field Summary
Fields inherited from class com.graphhopper.routing.util.parsers.AbstractAccessParser
accessEnc, barriers, intendedValues, oneways, restrictedValues, restrictionKeys
-
Constructor Summary
ConstructorsConstructorDescriptionBikeAccessParser
(BooleanEncodedValue accessEnc, BooleanEncodedValue roundaboutEnc) BikeAccessParser
(EncodedValueLookup lookup, PMap properties) -
Method Summary
Methods inherited from class com.graphhopper.routing.util.parsers.BikeCommonAccessParser
getAccess, handleAccess, handleWayTags
Methods inherited from class com.graphhopper.routing.util.parsers.AbstractAccessParser
blockFords, blockPrivate, getAccessEnc, getName, getRestrictionKeys, 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
-
Constructor Details
-
BikeAccessParser
-
BikeAccessParser
-