Skip to content

Commit

Permalink
DOX: better wording for createGeometryEngine
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <[email protected]>
  • Loading branch information
lbartoletti and nyalldawson committed Feb 6, 2024
1 parent f5db8a7 commit 67ea128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ geometry will retain the same dimensionality as the input geometry.

static QgsGeometryEngine *createGeometryEngine( const QgsAbstractGeometry *geometry, double precision = 0.0 ) /Factory/;
%Docstring
Creates and returns a new geometry engine representing the specified ``geometry`` using ``precision`` on a grid.
Creates and returns a new geometry engine representing the specified ``geometry`` using ``precision`` on a grid. The ``precision`` argument was added in 3.36.

A geometry engine is a low-level representation of a :py:class:`QgsAbstractGeometry` object, optimised for use with external
geometry libraries such as GEOS.
Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/geometry/qgsgeometry.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ geometry will retain the same dimensionality as the input geometry.

static QgsGeometryEngine *createGeometryEngine( const QgsAbstractGeometry *geometry, double precision = 0.0 ) /Factory/;
%Docstring
Creates and returns a new geometry engine representing the specified ``geometry`` using ``precision`` on a grid.
Creates and returns a new geometry engine representing the specified ``geometry`` using ``precision`` on a grid. The ``precision`` argument was added in 3.36.

A geometry engine is a low-level representation of a :py:class:`QgsAbstractGeometry` object, optimised for use with external
geometry libraries such as GEOS.
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -3128,7 +3128,7 @@ class CORE_EXPORT QgsGeometry
double minimumDistance = -1.0, double maxAngle = 180.0 ) const;

/**
* Creates and returns a new geometry engine representing the specified \a geometry using \a precision on a grid.
* Creates and returns a new geometry engine representing the specified \a geometry using \a precision on a grid. The \a precision argument was added in 3.36.
*
* A geometry engine is a low-level representation of a QgsAbstractGeometry object, optimised for use with external
* geometry libraries such as GEOS.
Expand Down

0 comments on commit 67ea128

Please sign in to comment.