Libosmium  2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
Namespaces | Typedefs | Enumerations
wkb.hpp File Reference
#include <osmium/geom/coordinates.hpp>
#include <osmium/geom/factory.hpp>
#include <osmium/util/endian.hpp>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <string>
Include dependency graph for wkb.hpp:

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::WKBFactory = GeometryFactory< osmium::geom::detail::WKBFactoryImpl, TProjection >
 

Enumerations

enum class  osmium::geom::wkb_type : bool { osmium::geom::wkb = false , osmium::geom::ewkb = true }
 
enum class  osmium::geom::out_type : bool { osmium::geom::binary = false , osmium::geom::hex = true }