OSM::OsmPbfParser
OSM::OsmPbfParser Class Reference
#include <osmpbfparser.h>
Inheritance diagram for OSM::OsmPbfParser:

Public Member Functions | |
| OsmPbfParser (DataSet *dataSet) | |
Public Member Functions inherited from OSM::AbstractReader | |
| QString | errorString () const |
| bool | hasError () const |
| void | read (const uint8_t *data, std::size_t len) |
| void | read (QIODevice *io) |
| void | setMergeBuffer (OSM::DataSetMergeBuffer *buffer) |
Additional Inherited Members | |
Protected Member Functions inherited from OSM::AbstractReader | |
| AbstractReader (DataSet *dataSet) | |
| void | addNode (OSM::Node &&node) |
| void | addRelation (OSM::Relation &&relation) |
| void | addWay (OSM::Way &&way) |
| virtual void | readFromIODevice (QIODevice *io) |
Protected Attributes inherited from OSM::AbstractReader | |
| DataSet * | m_dataSet = nullptr |
| QString | m_error |
Detailed Description
Parser of .osm.pbf files.
Definition at line 23 of file osmpbfparser.h.
Constructor & Destructor Documentation
◆ OsmPbfParser()
|
explicit |
Definition at line 20 of file osmpbfparser.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from