|
QGIS API Documentation 3.99.0-Master (2fe06baccd8)
|
Used to create and store a proj context object, correctly freeing the context upon destruction. More...
#include <qgsprojutils.h>
Public Member Functions | |
| QgsProjContext () | |
| ~QgsProjContext () | |
Static Public Member Functions | |
| static PJ_CONTEXT * | get () |
| Returns a thread local instance of a proj context, safe for use in the current thread. | |
Used to create and store a proj context object, correctly freeing the context upon destruction.
Definition at line 286 of file qgsprojutils.h.
| QgsProjContext::QgsProjContext | ( | ) |
Definition at line 38 of file qgsprojutils.cpp.
| QgsProjContext::~QgsProjContext | ( | ) |
Definition at line 43 of file qgsprojutils.cpp.
|
static |
Returns a thread local instance of a proj context, safe for use in the current thread.
Definition at line 52 of file qgsprojutils.cpp.