Class OSMCrossingParser
java.lang.Object
com.graphhopper.routing.util.parsers.OSMCrossingParser
- All Implemented Interfaces:
TagParser
Parses the node information regarding crossing=* and railway=*
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleWayTags
(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay readerWay, IntsRef relationFlags)
-
Field Details
-
crossingEnc
-
-
Constructor Details
-
OSMCrossingParser
-
-
Method Details
-
handleWayTags
public void handleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay readerWay, IntsRef relationFlags) - Specified by:
handleWayTags
in interfaceTagParser
-