mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix QgsGeometry documentation inaccuracy
This commit is contained in:
parent
87a7073d75
commit
a351a3e301
@ -142,10 +142,12 @@ Sets the underlying geometry store. Ownership of geometry is transferred.
|
||||
bool isNull() const /HoldGIL/;
|
||||
%Docstring
|
||||
Returns ``True`` if the geometry is null (ie, contains no underlying geometry
|
||||
accessible via :py:func:`~QgsGeometry.geometry` ).
|
||||
accessible via :py:func:`~QgsGeometry.get` or :py:func:`~QgsGeometry.constGet` ).
|
||||
|
||||
.. seealso:: :py:func:`get`
|
||||
|
||||
.. seealso:: :py:func:`constGet`
|
||||
|
||||
.. seealso:: :py:func:`isEmpty`
|
||||
|
||||
.. versionadded:: 2.10
|
||||
|
@ -200,8 +200,9 @@ class CORE_EXPORT QgsGeometry
|
||||
|
||||
/**
|
||||
* Returns TRUE if the geometry is null (ie, contains no underlying geometry
|
||||
* accessible via geometry() ).
|
||||
* accessible via get() or constGet() ).
|
||||
* \see get
|
||||
* \see constGet()
|
||||
* \see isEmpty()
|
||||
* \since QGIS 2.10
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user