#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.
|
namespace | osmium |
| Namespace for everything in the Osmium library.
|
|
namespace | osmium::geom |
| Everything related to geometry handling.
|
|
|
template<typename TProjection = IdentityProjection> |
using | osmium::geom::WKBFactory = GeometryFactory< osmium::geom::detail::WKBFactoryImpl, TProjection > |
|