Libosmium
2.12.2
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <cassert>
#include <cstddef>
#include <string>
#include <utility>
#include <osmium/geom/coordinates.hpp>
#include <osmium/geom/factory.hpp>
Go to the source code of this file.
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
osmium::geom | |
Everything related to geometry handling. | |
Typedefs | |
template<typename TProjection = IdentityProjection> | |
using | osmium::geom::WKTFactory = GeometryFactory< osmium::geom::detail::WKTFactoryImpl, TProjection > |
Enumerations | |
enum | osmium::geom::wkt_type : bool { osmium::geom::wkt_type::wkt = false, osmium::geom::wkt_type::ewkt = true } |