QGIS API Documentation
3.0.2-Girona (307d082)
|
Destroys the GEOS geometry geom, using the static QGIS geos context. More...
#include <qgsgeos.h>
Public Member Functions | |
void CORE_EXPORT | operator() (GEOSGeometry *geom) |
Destroys the GEOS geometry geom, using the static QGIS geos context. More... | |
void CORE_EXPORT | operator() (const GEOSPreparedGeometry *geom) |
Destroys the GEOS prepared geometry geom, using the static QGIS geos context. More... | |
void CORE_EXPORT | operator() (GEOSBufferParams *params) |
Destroys the GEOS buffer params params, using the static QGIS geos context. More... | |
void CORE_EXPORT | operator() (GEOSCoordSequence *sequence) |
Destroys the GEOS coordinate sequence sequence, using the static QGIS geos context. More... | |
Destroys the GEOS geometry geom, using the static QGIS geos context.
void CORE_EXPORT geos::GeosDeleter::operator() | ( | GEOSGeometry * | geom | ) |
Destroys the GEOS geometry geom, using the static QGIS geos context.
void CORE_EXPORT geos::GeosDeleter::operator() | ( | const GEOSPreparedGeometry * | geom | ) |
Destroys the GEOS prepared geometry geom, using the static QGIS geos context.
void CORE_EXPORT geos::GeosDeleter::operator() | ( | GEOSBufferParams * | params | ) |
Destroys the GEOS buffer params params, using the static QGIS geos context.
void CORE_EXPORT geos::GeosDeleter::operator() | ( | GEOSCoordSequence * | sequence | ) |
Destroys the GEOS coordinate sequence sequence, using the static QGIS geos context.