Libosmium
2.4.1
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <memory>
#include <string>
#include <utility>
#include <geos/geom/Coordinate.h>
#include <geos/geom/CoordinateSequence.h>
#include <geos/geom/CoordinateSequenceFactory.h>
#include <geos/geom/GeometryFactory.h>
#include <geos/geom/LinearRing.h>
#include <geos/geom/MultiPolygon.h>
#include <geos/geom/Point.h>
#include <geos/geom/Polygon.h>
#include <geos/geom/PrecisionModel.h>
#include <geos/util/GEOSException.h>
#include <osmium/geom/factory.hpp>
#include <osmium/geom/coordinates.hpp>
Go to the source code of this file.
Classes | |
struct | osmium::geos_geometry_error |
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
osmium::geom | |
Everything related to geometry handling. | |
Macros | |
#define | THROW std::throw_with_nested |
Typedefs | |
template<class TProjection = IdentityProjection> | |
using | osmium::geom::GEOSFactory = GeometryFactory< osmium::geom::detail::GEOSFactoryImpl, TProjection > |
This file contains code for conversion of OSM geometries into GDAL geometries.
libgeos
. #define THROW std::throw_with_nested |