|
Libosmium
2.13.1
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <cassert>#include <iostream>#include <vector>#include <osmium/area/assembler_config.hpp>#include <osmium/area/detail/basic_assembler_with_tags.hpp>#include <osmium/area/detail/segment_list.hpp>#include <osmium/area/problem_reporter.hpp>#include <osmium/area/stats.hpp>#include <osmium/builder/osm_object_builder.hpp>#include <osmium/memory/buffer.hpp>#include <osmium/osm/item_type.hpp>#include <osmium/osm/node_ref.hpp>#include <osmium/osm/relation.hpp>#include <osmium/osm/tag.hpp>#include <osmium/osm/way.hpp>

Go to the source code of this file.
Classes | |
| class | osmium::area::Assembler |
Namespaces | |
| osmium | |
| Namespace for everything in the Osmium library. | |
| osmium::area | |
| Code related to the building of areas (multipolygons) from relations. | |
1.8.14