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