Class CarAccessParser
java.lang.Object
com.graphhopper.routing.util.parsers.AbstractAccessParser
com.graphhopper.routing.util.parsers.CarAccessParser
- All Implemented Interfaces:
TagParser
-
Field Summary
FieldsFields inherited from class com.graphhopper.routing.util.parsers.AbstractAccessParser
accessEnc, barriers, intendedValues, oneways, restrictedValues, restrictionKeys
-
Constructor Summary
ConstructorsConstructorDescriptionCarAccessParser
(BooleanEncodedValue accessEnc, BooleanEncodedValue roundaboutEnc, PMap properties, TransportationMode transportationMode) CarAccessParser
(EncodedValueLookup lookup, PMap properties) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleWayTags
(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way) protected boolean
make sure that isOneway is called beforeprotected boolean
isForwardOneway
(ReaderWay way) make sure that isOneway is called beforeprotected boolean
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
-
Field Details
-
trackTypeValues
-
highwayValues
-
roundaboutEnc
-
-
Constructor Details
-
CarAccessParser
-
CarAccessParser
public CarAccessParser(BooleanEncodedValue accessEnc, BooleanEncodedValue roundaboutEnc, PMap properties, TransportationMode transportationMode)
-
-
Method Details
-
getAccess
-
handleWayTags
- Specified by:
handleWayTags
in classAbstractAccessParser
-
isBackwardOneway
make sure that isOneway is called before -
isForwardOneway
make sure that isOneway is called before -
isOneway
-