mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-06 00:03:16 -05:00
qgsvectorlayereditutils.h: add \since tag
This commit is contained in:
parent
992e2bf1df
commit
5d7a025304
@ -97,6 +97,8 @@ Adds a ring to polygon/multipolygon features
|
|||||||
:param modifiedFeatureIds: if specified, feature IDS for features that ring was added to will be stored in this parameter
|
:param modifiedFeatureIds: if specified, feature IDS for features that ring was added to will be stored in this parameter
|
||||||
|
|
||||||
:return: OperationResult result code: success or reason of failure
|
:return: OperationResult result code: success or reason of failure
|
||||||
|
|
||||||
|
.. versionadded:: 3.28
|
||||||
%End
|
%End
|
||||||
|
|
||||||
Qgis::GeometryOperationResult addRing( QgsCurve *ring, const QgsFeatureIds &targetFeatureIds = QgsFeatureIds(), QgsFeatureId *modifiedFeatureId = 0 ) /PyName=addCurvedRing/;
|
Qgis::GeometryOperationResult addRing( QgsCurve *ring, const QgsFeatureIds &targetFeatureIds = QgsFeatureIds(), QgsFeatureId *modifiedFeatureId = 0 ) /PyName=addCurvedRing/;
|
||||||
|
|||||||
@ -98,6 +98,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
|
|||||||
* all intersecting features are tested and the ring is added to all valid features.
|
* all intersecting features are tested and the ring is added to all valid features.
|
||||||
* \param modifiedFeatureIds if specified, feature IDS for features that ring was added to will be stored in this parameter
|
* \param modifiedFeatureIds if specified, feature IDS for features that ring was added to will be stored in this parameter
|
||||||
* \return OperationResult result code: success or reason of failure
|
* \return OperationResult result code: success or reason of failure
|
||||||
|
* \since QGIS 3.28
|
||||||
*/
|
*/
|
||||||
Qgis::GeometryOperationResult addMultiRing( QgsCurve *ring, const QgsFeatureIds &targetFeatureIds = QgsFeatureIds(), QgsFeatureIds *modifiedFeatureIds = nullptr );
|
Qgis::GeometryOperationResult addMultiRing( QgsCurve *ring, const QgsFeatureIds &targetFeatureIds = QgsFeatureIds(), QgsFeatureIds *modifiedFeatureIds = nullptr );
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user