geos namespace
Contains geos related utilities and functions.
Classes
- struct GeosDeleter
- Destroys the GEOS geometry geom, using the static QGIS geos context.
Typedefs
- using buffer_params_unique_ptr = std::unique_ptr<GEOSBufferParams, GeosDeleter>
- Scoped GEOS buffer params pointer.
- using coord_sequence_unique_ptr = std::unique_ptr<GEOSCoordSequence, GeosDeleter>
- Scoped GEOS coordinate sequence pointer.
- using prepared_unique_ptr = std::unique_ptr<const GEOSPreparedGeometry, GeosDeleter>
- Scoped GEOS prepared geometry pointer.
- using unique_ptr = std::unique_ptr<GEOSGeometry, GeosDeleter>
- Scoped GEOS pointer.