| Interface | Description |
|---|---|
| PbfBlobDecoderListener |
Instances of this interface are used to receive results from PBFBlobDecoder.
|
| Sink |
| Class | Description |
|---|---|
| PbfBlobDecoder |
Converts PBF block data into decoded entities ready to be passed into an Osmosis pipeline.
|
| PbfBlobResult |
Stores the results for a decoded Blob.
|
| PbfDecoder |
Decodes all blocks from a PBF stream using worker threads, and passes the results to the
downstream sink.
|
| PbfFieldDecoder |
Manages decoding of the lower level PBF data structures.
|
| PbfRawBlob |
Represents a single piece of raw blob data extracted from the PBF stream.
|
| PbfReader |
An OSM data source reading from a PBF file.
|
| PbfStreamSplitter |
Parses a PBF data stream and extracts the raw data of each blob in sequence until the end of the
stream is reached.
|
Copyright © 2012–2018. All rights reserved.