diff --git a/python/PyQt6/core/auto_generated/vector/qgsvectorlayer.sip.in b/python/PyQt6/core/auto_generated/vector/qgsvectorlayer.sip.in index 3fd44d98f287..2cf57cdf6761 100644 --- a/python/PyQt6/core/auto_generated/vector/qgsvectorlayer.sip.in +++ b/python/PyQt6/core/auto_generated/vector/qgsvectorlayer.sip.in @@ -141,6 +141,13 @@ attribute operators, “BBOX, Disjoint, Intersects, Touches, Crosses, Contains, spatial binary operators and the QGIS local “geomFromWKT, geomFromGML” geometry constructor functions. +Also note: + +- You can use various functions available in the QGIS Expression list, + however the function must exist server side and have the same name and arguments to work. +- Use the special $geometry parameter to provide the layer geometry column as input + into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) + OGC API Features data provider (oapif) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -160,13 +167,6 @@ The URI should be constructed using the :py:class:`QgsDataSourceUri` class with - maxNumFeatures=number: maximum number of features to retrieve (possibly across several multiple paging requests) - hideDownloadProgressDialog=1: to hide the download progress dialog. -Also note: - -- You can use various functions available in the QGIS Expression list, - however the function must exist server side and have the same name and arguments to work. -- Use the special $geometry parameter to provide the layer geometry column as input - into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) - Delimited text file data provider (delimitedtext) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/python/core/auto_generated/vector/qgsvectorlayer.sip.in b/python/core/auto_generated/vector/qgsvectorlayer.sip.in index 3fd44d98f287..2cf57cdf6761 100644 --- a/python/core/auto_generated/vector/qgsvectorlayer.sip.in +++ b/python/core/auto_generated/vector/qgsvectorlayer.sip.in @@ -141,6 +141,13 @@ attribute operators, “BBOX, Disjoint, Intersects, Touches, Crosses, Contains, spatial binary operators and the QGIS local “geomFromWKT, geomFromGML” geometry constructor functions. +Also note: + +- You can use various functions available in the QGIS Expression list, + however the function must exist server side and have the same name and arguments to work. +- Use the special $geometry parameter to provide the layer geometry column as input + into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) + OGC API Features data provider (oapif) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -160,13 +167,6 @@ The URI should be constructed using the :py:class:`QgsDataSourceUri` class with - maxNumFeatures=number: maximum number of features to retrieve (possibly across several multiple paging requests) - hideDownloadProgressDialog=1: to hide the download progress dialog. -Also note: - -- You can use various functions available in the QGIS Expression list, - however the function must exist server side and have the same name and arguments to work. -- Use the special $geometry parameter to provide the layer geometry column as input - into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) - Delimited text file data provider (delimitedtext) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/src/core/vector/qgsvectorlayer.h b/src/core/vector/qgsvectorlayer.h index 9e871b6ae870..4e3f5ba6145d 100644 --- a/src/core/vector/qgsvectorlayer.h +++ b/src/core/vector/qgsvectorlayer.h @@ -211,6 +211,13 @@ typedef QSet QgsAttributeIds; * attribute operators, “BBOX, Disjoint, Intersects, Touches, Crosses, Contains, Overlaps, Within” * spatial binary operators and the QGIS local “geomFromWKT, geomFromGML” * geometry constructor functions. + + * Also note: + * + * - You can use various functions available in the QGIS Expression list, + * however the function must exist server side and have the same name and arguments to work. + * - Use the special $geometry parameter to provide the layer geometry column as input + * into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) * * \subsection oapif OGC API Features data provider (oapif) * @@ -230,13 +237,6 @@ typedef QSet QgsAttributeIds; * - maxNumFeatures=number: maximum number of features to retrieve (possibly across several multiple paging requests) * - hideDownloadProgressDialog=1: to hide the download progress dialog. * - * Also note: - * - * - You can use various functions available in the QGIS Expression list, - * however the function must exist server side and have the same name and arguments to work. - * - Use the special $geometry parameter to provide the layer geometry column as input - * into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) - * * \subsection delimitedtext Delimited text file data provider (delimitedtext) * * Accesses data in a delimited text file, for example CSV files generated by