| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 


Go to the source code of this file.
| Classes | |
| struct | geos::GeosDeleter | 
| Destroys the GEOS geometry geom, using the static QGIS geos context.  More... | |
| class | QgsGeos | 
| Does vector analysis using the geos library and handles import, export, exception handling*.  More... | |
| Namespaces | |
| geos | |
| Contains geos related utilities and functions. | |
| Macros | |
| #define | SIP_NO_FILE | 
| Typedefs | |
| using | geos::buffer_params_unique_ptr = std::unique_ptr< GEOSBufferParams, GeosDeleter > | 
| Scoped GEOS buffer params pointer.  More... | |
| using | geos::coord_sequence_unique_ptr = std::unique_ptr< GEOSCoordSequence, GeosDeleter > | 
| Scoped GEOS coordinate sequence pointer.  More... | |
| using | geos::prepared_unique_ptr = std::unique_ptr< const GEOSPreparedGeometry, GeosDeleter > | 
| Scoped GEOS prepared geometry pointer.  More... | |
| using | geos::unique_ptr = std::unique_ptr< GEOSGeometry, GeosDeleter > | 
| Scoped GEOS pointer.  More... | |