OSMLoader
#include <osmloader.h>
Inherits from QObject, osmium::handler::Handler, osmium::handler::Handler
Public Slots
Public Signals
Public Functions
Public Attributes
Public Slots Documentation
slot load
Public Signals Documentation
signal finished
Public Functions Documentation
function OSMLoader
 | explicit OSMLoader(
    const QString & source,
    QObject * parent =nullptr
)
  | 
 
function ~OSMLoader
function way
 | void way(
    const osmium::Way & way
)
  | 
 
function area
 | void area(
    const osmium::Area & area
)
  | 
 
function OSMLoader
 | explicit OSMLoader(
    const String & source
)
  | 
 
function ~OSMLoader
function way
 | void way(
    const osmium::Way & way
)
  | 
 
function area
 | void area(
    const osmium::Area & area
)
  | 
 
function load
Public Attributes Documentation
variable nodes
 | std::unordered_map< osmium::object_id_type, std::unique_ptr< OSMNode > > nodes;
  | 
 
variable ways
 | std::vector< std::unique_ptr< OSMWay > > ways;
  | 
 
variable areas
 | std::vector< std::unique_ptr< OSMArea > > areas;
  | 
 
variable centerPoint
variable scale
variable centerPoint
Updated on 2023-07-03 at 11:02:07 +0000