|
Libosmium
2.15.4
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/geom/coordinates.hpp>#include <osmium/geom/factory.hpp>#include <osmium/util/endian.hpp>#include <algorithm>#include <cstddef>#include <cstdint>#include <string>
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::WKBFactory = GeometryFactory< osmium::geom::detail::WKBFactoryImpl, TProjection > |
Enumerations | |
| enum | osmium::geom::wkb_type : bool { osmium::geom::wkb_type::wkb = false, osmium::geom::wkb_type::ewkb = true } |
| enum | osmium::geom::out_type : bool { osmium::geom::out_type::binary = false, osmium::geom::out_type::hex = true } |
1.8.13