|
Libosmium
2.6.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <projection.hpp>
Classes | |
| struct | ProjCRSDeleter |
Public Member Functions | |
| CRS (const std::string &crs) | |
| CRS (int epsg) | |
| projPJ | get () const |
| bool | is_latlong () const |
| bool | is_geocent () const |
Private Attributes | |
| std::unique_ptr< void, ProjCRSDeleter > | m_crs |
C++ wrapper for a Coordinate Reference System of the proj library.
|
inline |
|
inline |
|
inline |
Get underlying projPJ handle from proj library.
|
inline |
|
inline |
|
private |
1.8.11