Libosmium
2.2.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <algorithm>
#include <iostream>
#include <iterator>
#include <list>
#include <map>
#include <vector>
#include <osmium/builder/osm_object_builder.hpp>
#include <osmium/memory/buffer.hpp>
#include <osmium/osm/area.hpp>
#include <osmium/osm/location.hpp>
#include <osmium/osm/relation.hpp>
#include <osmium/tags/filter.hpp>
#include <osmium/area/detail/proto_ring.hpp>
#include <osmium/area/detail/node_ref_segment.hpp>
#include <osmium/area/detail/segment_list.hpp>
#include <osmium/area/problem_reporter.hpp>
Go to the source code of this file.
Classes | |
struct | osmium::area::AssemblerConfig |
class | osmium::area::Assembler |
struct | osmium::area::Assembler::MPFilter |
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
osmium::area | |
Code related to the building of areas (multipolygons) from relations. | |