Uses of Class
com.graphhopper.routing.util.OSMParsers
Packages that use OSMParsers
-
Uses of OSMParsers in com.graphhopper
Methods in com.graphhopper that return OSMParsersModifier and TypeMethodDescriptionprotected OSMParsersGraphHopper.buildOSMParsers(Map<String, PMap> encodedValuesWithProps, Map<String, ImportUnit> activeImportUnits, Map<String, List<String>> restrictionVehicleTypesByProfile, List<String> ignoredHighways) GraphHopper.getOSMParsers() -
Uses of OSMParsers in com.graphhopper.reader.osm
Constructors in com.graphhopper.reader.osm with parameters of type OSMParsersModifierConstructorDescriptionOSMReader(BaseGraph baseGraph, OSMParsers osmParsers, OSMReaderConfig config) -
Uses of OSMParsers in com.graphhopper.routing.util
Methods in com.graphhopper.routing.util that return OSMParsersModifier and TypeMethodDescriptionOSMParsers.addIgnoredHighway(String highway) OSMParsers.addRelationTagParser(Function<EncodedValue.InitializerConfig, RelationTagParser> createRelationTagParser) OSMParsers.addRestrictionTagParser(RestrictionTagParser restrictionTagParser) OSMParsers.addWayTagParser(TagParser tagParser)