mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Dox ++
This commit is contained in:
parent
a9ba9351c5
commit
bab01b1b75
@ -829,6 +829,12 @@ geometries of different types.
|
||||
Compares to an ``other`` geometry of the same class, and returns a integer
|
||||
for sorting of the two geometries.
|
||||
|
||||
.. note::
|
||||
|
||||
The actual logic for the sorting is an internal detail only and is subject to change
|
||||
between QGIS versions. The result should only be used for direct comparison of geometries
|
||||
and not stored for later use.
|
||||
|
||||
.. versionadded:: 3.20
|
||||
%End
|
||||
|
||||
|
||||
@ -1045,6 +1045,10 @@ class CORE_EXPORT QgsAbstractGeometry
|
||||
* Compares to an \a other geometry of the same class, and returns a integer
|
||||
* for sorting of the two geometries.
|
||||
*
|
||||
* \note The actual logic for the sorting is an internal detail only and is subject to change
|
||||
* between QGIS versions. The result should only be used for direct comparison of geometries
|
||||
* and not stored for later use.
|
||||
*
|
||||
* \since QGIS 3.20
|
||||
*/
|
||||
virtual int compareToSameClass( const QgsAbstractGeometry *other ) const = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user