You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QgsProcessingFeatureSourceDefinition.FlagOverrideDefaultGeometryCheck.__doc__="If set, the default geometry check method (as dictated by QgsProcessingContext) will be overridden for this source"
QgsProcessingFeatureSourceDefinition.FlagCreateIndividualOutputPerInputFeature.__doc__="If set, every feature processed from this source will be placed into its own individually created output destination. Support for this flag depends on how an algorithm is executed."
2796
+
Qgis.ProcessingFeatureSourceDefinitionFlag.__doc__="Flags which control behavior for a Processing feature source.\n\n.. note::\n\n Prior to QGIS 3.36 this was available as :py:class:`QgsProcessingFeatureSourceDefinition`.Flag\n\n.. versionadded:: 3.36\n\n"+'* ``FlagOverrideDefaultGeometryCheck``: '+Qgis.ProcessingFeatureSourceDefinitionFlag.OverrideDefaultGeometryCheck.__doc__+'\n'+'* ``FlagCreateIndividualOutputPerInputFeature``: '+Qgis.ProcessingFeatureSourceDefinitionFlag.CreateIndividualOutputPerInputFeature.__doc__
Constructor for QgsProcessingFeatureSourceDefinition, accepting a static string ``source``.
40
32
@@ -48,12 +40,12 @@ to filter the features read from the source.
48
40
49
41
The ``flags`` argument can be used to specify flags which dictate the source behavior.
50
42
51
-
If the QgsProcessingFeatureSourceDefinition.Flag.FlagOverrideDefaultGeometryCheck is set in ``flags``, then the value of ``geometryCheck`` will override
43
+
If the :py:class:`Qgis`.ProcessingFeatureSourceDefinitionFlag.OverrideDefaultGeometryCheck is set in ``flags``, then the value of ``geometryCheck`` will override
52
44
the default geometry check method (as dictated by :py:class:`QgsProcessingContext`) for this source.
53
45
%End
54
46
55
47
QgsProcessingFeatureSourceDefinition( const QgsProperty &source, bool selectedFeaturesOnly = false, long long featureLimit = -1,
Constructor for QgsProcessingFeatureSourceDefinition, accepting a QgsProperty source.
59
51
@@ -67,7 +59,7 @@ to filter the features read from the source.
67
59
68
60
The ``flags`` argument can be used to specify flags which dictate the source behavior.
69
61
70
-
If the QgsProcessingFeatureSourceDefinition.Flag.FlagOverrideDefaultGeometryCheck is set in ``flags``, then the value of ``geometryCheck`` will override
62
+
If the :py:class:`Qgis`.ProcessingFeatureSourceDefinitionFlag.OverrideDefaultGeometryCheck is set in ``flags``, then the value of ``geometryCheck`` will override
71
63
the default geometry check method (as dictated by :py:class:`QgsProcessingContext`) for this source.
72
64
%End
73
65
@@ -79,7 +71,7 @@ the default geometry check method (as dictated by :py:class:`QgsProcessingContex
QgsProcessingFeatureSourceDefinition.FlagOverrideDefaultGeometryCheck.__doc__="If set, the default geometry check method (as dictated by QgsProcessingContext) will be overridden for this source"
QgsProcessingFeatureSourceDefinition.FlagCreateIndividualOutputPerInputFeature.__doc__="If set, every feature processed from this source will be placed into its own individually created output destination. Support for this flag depends on how an algorithm is executed."
2749
+
Qgis.ProcessingFeatureSourceDefinitionFlag.__doc__="Flags which control behavior for a Processing feature source.\n\n.. note::\n\n Prior to QGIS 3.36 this was available as :py:class:`QgsProcessingFeatureSourceDefinition`.Flag\n\n.. versionadded:: 3.36\n\n"+'* ``FlagOverrideDefaultGeometryCheck``: '+Qgis.ProcessingFeatureSourceDefinitionFlag.OverrideDefaultGeometryCheck.__doc__+'\n'+'* ``FlagCreateIndividualOutputPerInputFeature``: '+Qgis.ProcessingFeatureSourceDefinitionFlag.CreateIndividualOutputPerInputFeature.__doc__
Constructor for QgsProcessingFeatureSourceDefinition, accepting a static string ``source``.
40
32
@@ -48,12 +40,12 @@ to filter the features read from the source.
48
40
49
41
The ``flags`` argument can be used to specify flags which dictate the source behavior.
50
42
51
-
If the QgsProcessingFeatureSourceDefinition.Flag.FlagOverrideDefaultGeometryCheck is set in ``flags``, then the value of ``geometryCheck`` will override
43
+
If the :py:class:`Qgis`.ProcessingFeatureSourceDefinitionFlag.OverrideDefaultGeometryCheck is set in ``flags``, then the value of ``geometryCheck`` will override
52
44
the default geometry check method (as dictated by :py:class:`QgsProcessingContext`) for this source.
53
45
%End
54
46
55
47
QgsProcessingFeatureSourceDefinition( const QgsProperty &source, bool selectedFeaturesOnly = false, long long featureLimit = -1,
Constructor for QgsProcessingFeatureSourceDefinition, accepting a QgsProperty source.
59
51
@@ -67,7 +59,7 @@ to filter the features read from the source.
67
59
68
60
The ``flags`` argument can be used to specify flags which dictate the source behavior.
69
61
70
-
If the QgsProcessingFeatureSourceDefinition.Flag.FlagOverrideDefaultGeometryCheck is set in ``flags``, then the value of ``geometryCheck`` will override
62
+
If the :py:class:`Qgis`.ProcessingFeatureSourceDefinitionFlag.OverrideDefaultGeometryCheck is set in ``flags``, then the value of ``geometryCheck`` will override
71
63
the default geometry check method (as dictated by :py:class:`QgsProcessingContext`) for this source.
72
64
%End
73
65
@@ -79,7 +71,7 @@ the default geometry check method (as dictated by :py:class:`QgsProcessingContex
0 commit comments