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