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