Class OSMGetOffBikeParser

java.lang.Object
com.graphhopper.routing.util.parsers.OSMGetOffBikeParser
All Implemented Interfaces:
TagParser

public class OSMGetOffBikeParser extends Object implements TagParser
This parser scans different OSM tags to identify ways where a cyclist has to get off her bike. Like on footway but also in reverse oneway direction.
  • Constructor Details

    • OSMGetOffBikeParser

      public OSMGetOffBikeParser(BooleanEncodedValue getOffBikeEnc, BooleanEncodedValue bikeAccessEnc)
      Parameters:
      bikeAccessEnc - used to find out if way is oneway and so it does not matter which bike type is used.
  • Method Details