Osmium
0.1
|
#include <boost/utility.hpp>
#include <boost/tr1/memory.hpp>
#include <boost/make_shared.hpp>
#include <osmium/handler.hpp>
#include <osmium/osmfile.hpp>
#include <osmium/input/xml.hpp>
#include <osmium/input/pbf.hpp>
Go to the source code of this file.
Classes | |
class | Osmium::Input::StopReading |
class | Osmium::Input::Base< THandler > |
Namespaces | |
namespace | Osmium |
All Osmium code is in this namespace. | |
namespace | Osmium::Input |
Input classes parse OSM files and call a handler on the data they read. |