|
Libosmium
2.15.4
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/geom/coordinates.hpp>#include <osmium/geom/mercator_projection.hpp>#include <osmium/geom/util.hpp>#include <osmium/osm/location.hpp>#include <proj_api.h>#include <memory>#include <string>
Go to the source code of this file.
Classes | |
| class | osmium::geom::CRS |
| struct | osmium::geom::CRS::ProjCRSDeleter |
| class | osmium::geom::Projection |
Namespaces | |
| osmium | |
| Namespace for everything in the Osmium library. | |
| osmium::geom | |
| Everything related to geometry handling. | |
Macros | |
| #define | ACCEPT_USE_OF_DEPRECATED_PROJ_API_H |
Functions | |
| Coordinates | osmium::geom::transform (const CRS &src, const CRS &dest, Coordinates c) |
This file contains code for projecting OSM locations to arbitrary coordinate reference systems. It is based on the Proj.4 library.
libproj. | #define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H |
1.8.13