mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Followup e48d8b, fix typo
This commit is contained in:
parent
c452c3d85f
commit
c0f4fb1466
@ -160,7 +160,7 @@ class QgsGeometry
|
||||
*/
|
||||
double length() const;
|
||||
|
||||
/** Returns the minimum distanace between this geometry and another geometry, using GEOS
|
||||
/** Returns the minimum distance between this geometry and another geometry, using GEOS
|
||||
* @param geom geometry to find minimum distance to
|
||||
*/
|
||||
double distance( const QgsGeometry& geom ) const;
|
||||
|
@ -203,7 +203,7 @@ class CORE_EXPORT QgsGeometry
|
||||
double length() const;
|
||||
|
||||
/**
|
||||
* Returns the minimum distanace between this geometry and another geometry, using GEOS.
|
||||
* Returns the minimum distance between this geometry and another geometry, using GEOS.
|
||||
* Will return a negative value if a geometry is missing.
|
||||
*
|
||||
* @param geom geometry to find minimum distance to
|
||||
|
Loading…
x
Reference in New Issue
Block a user