fixup! sfcgal: remove QgsAbstractGeometry inheritance from QgsSfcgalGeometry

This commit is contained in:
bdm-oslandia 2025-07-17 16:08:42 +02:00 committed by Nyall Dawson
parent fb0ea7971f
commit 19954fcc96

View File

@ -239,11 +239,10 @@ class CORE_EXPORT QgsSfcgalGeometry
/**
* Cover test on 2D or 3D geometries
* Checks if \a geomA covers \a geomB.
* Checks if this covers \a otherGeom.
* A 3D covers test is conducted when at least one geometry is 3D; otherwise, a 2D covers test is carried out.
*
* \param geomA first geometry to perform the operation
* \param geomB second geometry to perform the operation
* \param otherGeom second geometry to perform the operation
* \param errorMsg Error message returned by SFGCAL
*/
bool covers( const QgsSfcgalGeometry &otherGeom, QString *errorMsg = nullptr ) const;