Mapper  0.9.0
API documentation
Classes | Namespaces | Typedefs | Functions
georeferencing.h File Reference

(f4aeaff on 2 Sep 2019)

#include <cmath>
#include <vector>
#include <QObject>
#include <QPointF>
#include <QString>
#include <QTransform>
#include "core/latlon.h"
#include "core/map_coord.h"
Include dependency graph for georeferencing.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  OpenOrienteering::ProjTransform
 A utility which encapsulates PROJ API variants and resource management. More...
 
class  OpenOrienteering::Georeferencing
 A Georeferencing defines a mapping between "map coordinates" (as measured on paper) and coordinates in the real world. More...
 

Namespaces

 OpenOrienteering
 

Typedefs

using ProjTransformData = struct PJconsts
 

Functions

QDebug OpenOrienteering::operator<< (QDebug dbg, const Georeferencing &georef)
 Dumps a Georeferencing to the debug output. More...
 

Typedef Documentation

◆ ProjTransformData

using ProjTransformData = struct PJconsts