Package com.graphhopper.reader.osm.pbf
package com.graphhopper.reader.osm.pbf
-
ClassDescriptionConverts PBF block data into decoded entities ready to be passed into an Osmosis pipeline.Instances of this interface are used to receive results from PBFBlobDecoder.Stores the results for a decoded Blob.Decodes all blocks from a PBF stream using worker threads, and passes the results to the downstream sink.Manages decoding of the lower level PBF data structures.Represents a single piece of raw blob data extracted from the PBF stream.An OSM data source reading from a PBF file.Parses a PBF data stream and extracts the raw data of each blob in sequence until the end of the stream is reached.