Libosmium  2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
Namespaces | Typedefs
ogr.hpp File Reference
#include <osmium/geom/coordinates.hpp>
#include <osmium/geom/factory.hpp>
#include <ogr_geometry.h>
#include <cassert>
#include <cstddef>
#include <memory>
#include <utility>
Include dependency graph for ogr.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

This file contains code for conversion of OSM geometries into OGR geometries.

Attention
If you include this file, you'll need to link with libgdal.