Uses of Class
com.graphhopper.reader.osm.SkipOptions
Packages that use SkipOptions
-
Uses of SkipOptions in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm that return SkipOptionsMethods in com.graphhopper.reader.osm with parameters of type SkipOptionsModifier and TypeMethodDescriptionprotected OSMInput
WaySegmentParser.openOsmInputFile
(File osmFile, SkipOptions skipOptions) OSMInputFile.setSkipOptions
(SkipOptions skipOptions) Use this to prevent the creation of OSM nodes, ways and/or relations to speed up the file reading process. -
Uses of SkipOptions in com.graphhopper.reader.osm.pbf
Constructors in com.graphhopper.reader.osm.pbf with parameters of type SkipOptionsModifierConstructorDescriptionPbfBlobDecoder
(String blobType, byte[] rawBlob, PbfBlobDecoderListener listener, SkipOptions skipOptions) Creates a new instance.PbfDecoder
(PbfStreamSplitter streamSplitter, ExecutorService executorService, int maxPendingBlobs, Sink sink, SkipOptions skipOptions) Creates a new instance.PbfReader
(InputStream in, Sink sink, int workers, SkipOptions skipOptions) Creates a new instance.