mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
fixup! sfcgal: remove QgsAbstractGeometry inheritance from QgsSfcgalGeometry
This commit is contained in:
parent
fb0ea7971f
commit
19954fcc96
@ -239,11 +239,10 @@ class CORE_EXPORT QgsSfcgalGeometry
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Cover test on 2D or 3D geometries
|
* 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.
|
* 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 otherGeom second geometry to perform the operation
|
||||||
* \param geomB second geometry to perform the operation
|
|
||||||
* \param errorMsg Error message returned by SFGCAL
|
* \param errorMsg Error message returned by SFGCAL
|
||||||
*/
|
*/
|
||||||
bool covers( const QgsSfcgalGeometry &otherGeom, QString *errorMsg = nullptr ) const;
|
bool covers( const QgsSfcgalGeometry &otherGeom, QString *errorMsg = nullptr ) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user