mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
doxy
This commit is contained in:
parent
3cac4c0b0b
commit
7bd457b2bd
@ -703,11 +703,11 @@ For general debug information use :py:func:`QgsMessageLog.logMessage()` instead.
|
||||
%Docstring
|
||||
Converts the geometry to the provider type if possible / necessary
|
||||
|
||||
:return: the converted geometry or ``None`` if no conversion was necessary or possible
|
||||
|
||||
.. note::
|
||||
|
||||
The default implementation simply calls the static version of this function.
|
||||
|
||||
:return: the converted geometry or ``None`` if no conversion was necessary or possible
|
||||
%End
|
||||
|
||||
void setNativeTypes( const QList<QgsVectorDataProvider::NativeType> &nativeTypes );
|
||||
|
||||
@ -680,8 +680,8 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
|
||||
|
||||
/**
|
||||
* Converts the geometry to the provider type if possible / necessary
|
||||
* \note The default implementation simply calls the static version of this function.
|
||||
* \returns the converted geometry or NULLPTR if no conversion was necessary or possible
|
||||
* \note The default implementation simply calls the static version of this function.
|
||||
*/
|
||||
QgsGeometry convertToProviderType( const QgsGeometry &geom ) const;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user