QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
QgsGeosContext Class Reference

Used to create and store a proj context object, correctly freeing the context upon destruction. More...

#include <qgsgeos.h>

Public Member Functions

 QgsGeosContext ()
 
 ~QgsGeosContext ()
 

Static Public Member Functions

static GEOSContextHandle_t get ()
 Returns a thread local instance of a GEOS context, safe for use in the current thread.
 

Detailed Description

Used to create and store a proj context object, correctly freeing the context upon destruction.

Note
Not available in Python bindings
Since
QGIS 3.38

Definition at line 43 of file qgsgeos.h.

Constructor & Destructor Documentation

◆ QgsGeosContext()

QgsGeosContext::QgsGeosContext ( )

◆ ~QgsGeosContext()

QgsGeosContext::~QgsGeosContext ( )

Member Function Documentation

◆ get()

static GEOSContextHandle_t QgsGeosContext::get ( )
static

Returns a thread local instance of a GEOS context, safe for use in the current thread.


The documentation for this class was generated from the following file: