![]() |
Mapper
0.9.0
API documentation
|
A utility which encapsulates PROJ API variants and resource management. More...
#include <georeferencing.h>
Public Member Functions | |
| ProjTransform () noexcept=default | |
| ProjTransform (const ProjTransform &)=delete | |
| ProjTransform (ProjTransform &&other) noexcept | |
| ProjTransform (const QString &crs_spec) | |
| ~ProjTransform () | |
| ProjTransform & | operator= (const ProjTransform &other)=delete |
| ProjTransform & | operator= (ProjTransform &&other) noexcept |
| bool | isValid () const noexcept |
| bool | isGeographic () const |
| QPointF | forward (const LatLon &lat_lon, bool *ok) const |
| LatLon | inverse (const QPointF &projected, bool *ok) const |
| QString | errorText () const |
A utility which encapsulates PROJ API variants and resource management.
|
defaultnoexcept |
|
delete |
|
noexcept |
| OpenOrienteering::ProjTransform::ProjTransform | ( | const QString & | crs_spec | ) |
| OpenOrienteering::ProjTransform::~ProjTransform | ( | ) |
| QString OpenOrienteering::ProjTransform::errorText | ( | ) | const |
|
noexcept |
|
delete |
|
noexcept |
1.8.13