GeosDeleter struct
Destroys the GEOS geometry geom, using the static QGIS geos context.
Contents
- Reference
Public functions
- auto operator()(GEOSGeometry* geom) -> void CORE_EXPORT
- Destroys the GEOS geometry geom, using the static QGIS geos context.
- auto operator()(const GEOSPreparedGeometry* geom) -> void CORE_EXPORT
- Destroys the GEOS prepared geometry geom, using the static QGIS geos context.
- auto operator()(GEOSBufferParams* params) -> void CORE_EXPORT
- Destroys the GEOS buffer params params, using the static QGIS geos context.
- auto operator()(GEOSCoordSequence* sequence) -> void CORE_EXPORT
- Destroys the GEOS coordinate sequence sequence, using the static QGIS geos context.