alaCarte Maps
Renderer for OpenStreetMap tiles
Importer Class Reference

#include <importer.hpp>

Classes

class  OsmXmlParser
 Parser for osm-xml-data. More...
 

Public Member Functions

 Importer (const shared_ptr< Configuration > &config)
 Initializes the importer. More...
 
TESTABLE shared_ptr< GeodataimportXML ()
 Parses an osm xml file specified in configuration containing osm data. More...
 

Private Attributes

shared_ptr< Configurationconfig
 

Detailed Description

Definition at line 30 of file importer.hpp.

Constructor & Destructor Documentation

Importer::Importer ( const shared_ptr< Configuration > &  config)

Initializes the importer.

Parameters
configConfiguration used by the importer

Definition at line 538 of file importer.cpp.

Member Function Documentation

shared_ptr< Geodata > Importer::importXML ( )

Parses an osm xml file specified in configuration containing osm data.

Returns
created data containing the osm data

Definition at line 548 of file importer.cpp.

Member Data Documentation

shared_ptr<Configuration> Importer::config
private

Definition at line 41 of file importer.hpp.


The documentation for this class was generated from the following files: