|
Libosmium
2.6.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <projection.hpp>

Public Member Functions | |
| Projection (const std::string &proj_string) | |
| Projection (int epsg) | |
| Coordinates | operator() (osmium::Location location) const |
| int | epsg () const noexcept |
| std::string | proj_string () const |
Private Attributes | |
| int | m_epsg |
| std::string | m_proj_string |
| CRS | m_crs_wgs84 {4326} |
| CRS | m_crs_user |
Functor that does projection from WGS84 (EPSG:4326) to the given CRS.
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
1.8.11