Class ModeAccessParser
java.lang.Object
com.graphhopper.routing.util.parsers.ModeAccessParser
- All Implemented Interfaces:
TagParser
-
Constructor Summary
ConstructorsConstructorDescriptionModeAccessParser(List<String> restrictionKeys, BooleanEncodedValue accessEnc, boolean skipEmergency, BooleanEncodedValue roundaboutEnc, Set<String> restrictions, Set<String> barriers) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way, IntsRef relationFlags) protected booleanprotected booleanisForwardOneway(ReaderWay way)
-
Constructor Details
-
ModeAccessParser
public ModeAccessParser(List<String> restrictionKeys, BooleanEncodedValue accessEnc, boolean skipEmergency, BooleanEncodedValue roundaboutEnc, Set<String> restrictions, Set<String> barriers)
-
-
Method Details
-
handleWayTags
public void handleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way, IntsRef relationFlags) - Specified by:
handleWayTagsin interfaceTagParser
-
isBackwardOneway
-
isForwardOneway
-