#include <projection.hpp>
|
| 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 |
|
C++ wrapper for a Coordinate Reference System of the proj library.
- Deprecated:
- Only supports the old PROJ API.
◆ CRS() [1/3]
osmium::geom::CRS::CRS |
( |
const char * |
crs | ) |
|
|
inlineexplicit |
◆ CRS() [2/3]
osmium::geom::CRS::CRS |
( |
const std::string & |
crs | ) |
|
|
inlineexplicit |
◆ CRS() [3/3]
osmium::geom::CRS::CRS |
( |
int |
epsg | ) |
|
|
inlineexplicit |
◆ get()
projPJ osmium::geom::CRS::get |
( |
| ) |
const |
|
inlinenoexcept |
Get underlying projPJ handle from proj library.
◆ is_geocent()
bool osmium::geom::CRS::is_geocent |
( |
| ) |
const |
|
inlinenoexcept |
◆ is_latlong()
bool osmium::geom::CRS::is_latlong |
( |
| ) |
const |
|
inlinenoexcept |
◆ m_crs
The documentation for this class was generated from the following file: