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