We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 33a2807 commit e48d8b0Copy full SHA for e48d8b0
src/core/geometry/qgsgeometry.h
@@ -202,7 +202,10 @@ class CORE_EXPORT QgsGeometry
202
*/
203
double length() const;
204
205
- /** Returns the minimum distanace between this geometry and another geometry, using GEOS
+ /**
206
+ * Returns the minimum distanace between this geometry and another geometry, using GEOS.
207
+ * Will return a negative value if a geometry is missing.
208
+ *
209
* @param geom geometry to find minimum distance to
210
211
double distance( const QgsGeometry& geom ) const;
0 commit comments