QGIS API Documentation 3.41.0-Master (64d82d4c163)
Loading...
Searching...
No Matches
Classes | Typedefs
qgsprojutils.h File Reference
#include <QtGlobal>
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgsconfig.h"
#include "qgsdatumtransform.h"
#include <memory>
#include <QStringList>
#include <QThreadStorage>
Include dependency graph for qgsprojutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QgsProjUtils::ProjPJDeleter
 Destroys Proj PJ objects. More...
 
class  QgsProjContext
 Used to create and store a proj context object, correctly freeing the context upon destruction. More...
 
class  QgsProjUtils
 Utility functions for working with the proj library. More...
 
class  QgsScopedProjCollectingLogger
 Scoped object for temporary swapping to an error-collecting PROJ log function. More...
 
class  QgsScopedProjSilentLogger
 Scoped object for temporary suppression of PROJ logging output. More...
 

Typedefs

typedef struct PJconsts PJ
 
typedef struct pj_ctx PJ_CONTEXT
 

Typedef Documentation

◆ PJ

typedef struct PJconsts PJ

Definition at line 35 of file qgsprojutils.h.

◆ PJ_CONTEXT

typedef struct pj_ctx PJ_CONTEXT

Definition at line 275 of file qgsprojutils.h.