Class RoadsAccessParser
java.lang.Object
com.graphhopper.routing.util.parsers.RoadsAccessParser
- All Implemented Interfaces:
TagParser
Access parser (boolean) for the 'roads' vehicle. Not to be confused with OSMRoadAccessParser that fills road_access
enum (for car).
-
Constructor Summary
ConstructorsConstructorDescriptionRoadsAccessParser
(BooleanEncodedValue accessEnc) RoadsAccessParser
(EncodedValueLookup lookup) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleWayTags
(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way, IntsRef relationFlags) toString()
-
Constructor Details
-
RoadsAccessParser
-
RoadsAccessParser
-
-
Method Details
-
handleWayTags
public void handleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way, IntsRef relationFlags) - Specified by:
handleWayTags
in interfaceTagParser
-
toString
-