#include <osmium/geom/coordinates.hpp>
#include <osmium/geom/factory.hpp>
#include <osmium/util/cast.hpp>
#include <osmium/util/endian.hpp>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <string>
Go to the source code of this file.
|
| osmium |
| Namespace for everything in the Osmium library.
|
|
| osmium::geom |
| Everything related to geometry handling.
|
|
|
template<typename TProjection = IdentityProjection> |
using | osmium::geom::WKBFactory = GeometryFactory< osmium::geom::detail::WKBFactoryImpl, TProjection > |
|