Class OSMLanesParser
java.lang.Object
com.graphhopper.routing.util.parsers.OSMLanesParser
- All Implemented Interfaces:
TagParser
https://wiki.openstreetmap.org/wiki/Key:lanes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleWayTags
(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way, IntsRef relationFlags)
-
Constructor Details
-
OSMLanesParser
-
-
Method Details
-
handleWayTags
public void handleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay way, IntsRef relationFlags) - Specified by:
handleWayTags
in interfaceTagParser
-