Uses of Class
com.graphhopper.routing.OSMReaderConfig
Packages that use OSMReaderConfig
-
Uses of OSMReaderConfig in com.graphhopper
Methods in com.graphhopper that return OSMReaderConfig -
Uses of OSMReaderConfig in com.graphhopper.reader.osm
Constructors in com.graphhopper.reader.osm with parameters of type OSMReaderConfigModifierConstructorDescriptionOSMReader
(BaseGraph baseGraph, OSMParsers osmParsers, OSMReaderConfig config) -
Uses of OSMReaderConfig in com.graphhopper.routing
Methods in com.graphhopper.routing that return OSMReaderConfigModifier and TypeMethodDescriptionOSMReaderConfig.setElevationMaxWayPointDistance
(double elevationMaxWayPointDistance) Sets the max elevation discrepancy between way points and the simplified polyline in metersOSMReaderConfig.setElevationSmoothing
(String smoothElevation) Enables/disables elevation smoothingOSMReaderConfig.setElevationSmoothingRamerMax
(int max) OSMReaderConfig.setIgnoredHighways
(List<String> ignoredHighways) Sets the values of the highway tag that shall be ignored when we read the OSM file.OSMReaderConfig.setLongEdgeSamplingDistance
(double longEdgeSamplingDistance) Sets the distance between elevation samples on long edgesOSMReaderConfig.setMaxWayPointDistance
(double maxWayPointDistance) This parameter affects the routine used to simplify the edge geometries (Ramer-Douglas-Peucker).OSMReaderConfig.setParseWayNames
(boolean parseWayNames) Enables/disables the parsing of the name and ref tags to set the name of the graph edgesOSMReaderConfig.setPreferredLanguage
(String preferredLanguage) Sets the language used to parse way names.OSMReaderConfig.setWorkerThreads
(int workerThreads) Sets the number of threads used for the OSM import