mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix spelling and API doc
This commit is contained in:
parent
b245ccc105
commit
c72734285b
@ -755,6 +755,7 @@ class QgsGeometry
|
||||
* In case of full or partial dimensional collapses, the output geometry may be a collection
|
||||
* of lower-to-equal dimension geometries or a geometry of lower dimension.
|
||||
* Single polygons may become multi-geometries in case of self-intersections.
|
||||
* It preserves Z values, but M values will be dropped.
|
||||
* @return new valid QgsGeometry or null geometry on error
|
||||
* @note added in QGIS 3.0
|
||||
*/
|
||||
|
@ -810,6 +810,7 @@ class CORE_EXPORT QgsGeometry
|
||||
* In case of full or partial dimensional collapses, the output geometry may be a collection
|
||||
* of lower-to-equal dimension geometries or a geometry of lower dimension.
|
||||
* Single polygons may become multi-geometries in case of self-intersections.
|
||||
* It preserves Z values, but M values will be dropped.
|
||||
* @return new valid QgsGeometry or null geometry on error
|
||||
* @note added in QGIS 3.0
|
||||
*/
|
||||
|
@ -494,7 +494,7 @@ static GEOSGeometry* LWGEOM_GEOS_makeValidPolygon( const GEOSGeometry* gin, QStr
|
||||
}
|
||||
|
||||
// NOTE: the noding process may drop lines collapsing to points.
|
||||
// We want to retrive any of those
|
||||
// We want to retrieve any of those
|
||||
{
|
||||
GEOSGeometry* pi;
|
||||
GEOSGeometry* po;
|
||||
|
Loading…
x
Reference in New Issue
Block a user