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