QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
Contains geos related utilities and functions. More...
Classes | |
struct | GeosDeleter |
Destroys the GEOS geometry geom, using the static QGIS geos context. More... | |
Typedefs | |
using | buffer_params_unique_ptr = std::unique_ptr< GEOSBufferParams, GeosDeleter > |
Scoped GEOS buffer params pointer. More... | |
using | coord_sequence_unique_ptr = std::unique_ptr< GEOSCoordSequence, GeosDeleter > |
Scoped GEOS coordinate sequence pointer. More... | |
using | prepared_unique_ptr = std::unique_ptr< const GEOSPreparedGeometry, GeosDeleter > |
Scoped GEOS prepared geometry pointer. More... | |
using | unique_ptr = std::unique_ptr< GEOSGeometry, GeosDeleter > |
Scoped GEOS pointer. More... | |
Contains geos related utilities and functions.
using geos::buffer_params_unique_ptr = typedef std::unique_ptr< GEOSBufferParams, GeosDeleter> |
using geos::coord_sequence_unique_ptr = typedef std::unique_ptr< GEOSCoordSequence, GeosDeleter> |
using geos::prepared_unique_ptr = typedef std::unique_ptr< const GEOSPreparedGeometry, GeosDeleter> |
using geos::unique_ptr = typedef std::unique_ptr< GEOSGeometry, GeosDeleter> |