QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
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... | |