We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2824a commit e2ad982Copy full SHA for e2ad982
python/core/qgsgeometry.sip
@@ -233,7 +233,7 @@ not disjoint with existing polygons of the feature*/
233
/** Returns a geometry representing all the points in this geometry and other (a
234
* union geometry operation).
235
* @note this operation is not called union since its a reserved word in C++.*/
236
- QgsGeometry* combine( QgsGeometry* geometry );
+ QgsGeometry* combine( QgsGeometry* geometry ) /Factory/;
237
238
/** Returns a geometry representing the points making up this geometry that do not make up other. */
239
QgsGeometry* difference(QgsGeometry* geometry) /Factory/;
0 commit comments