Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/geom/coordinates.hpp>
#include <osmium/memory/collection.hpp>
#include <osmium/memory/item.hpp>
#include <osmium/osm/area.hpp>
#include <osmium/osm/item_type.hpp>
#include <osmium/osm/location.hpp>
#include <osmium/osm/node.hpp>
#include <osmium/osm/node_ref.hpp>
#include <osmium/osm/node_ref_list.hpp>
#include <osmium/osm/types.hpp>
#include <osmium/osm/way.hpp>
#include <osmium/util/compatibility.hpp>
#include <cstddef>
#include <stdexcept>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
class | osmium::geometry_error |
class | osmium::geom::IdentityProjection |
class | osmium::geom::GeometryFactory< TGeomImpl, TProjection > |
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
namespace | osmium::geom |
Everything related to geometry handling. | |
Enumerations | |
enum class | osmium::geom::use_nodes : bool { osmium::geom::unique = true , osmium::geom::all = false } |
enum class | osmium::geom::direction : bool { osmium::geom::backward = true , osmium::geom::forward = false } |