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
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/help/qgis.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,9 @@ qgis:distancetonearesthub: >
160
160
qgis:dropgeometries: >
161
161
This algorithm removes any geometries from an input layer and returns a layer containing only the feature attributes.
162
162
163
+
qgis:dropmzvalues: >
164
+
This algorithm can remove any measure (M) or Z values from input geometries.
165
+
163
166
qgis:eliminateselectedpolygons: >
164
167
This algorithm combines selected polygons of the input layer with certain adjacent polygons by erasing their common boundary. The adjacent polygon can be either the one with the largest or smallest area or the one sharing the largest common boundary with the polygon to be eliminated. The selected features will always be eliminated whether the option "Use only selected features" is set or not.
165
168
Eliminate is normally used to get rid of sliver polygons, i.e. tiny polygons that are a result of polygon intersection processes where boundaries of the inputs are similar but not identical.
@@ -503,13 +506,22 @@ qgis:selectbyexpression: >
503
506
qgis:selectbylocation: >
504
507
This algorithm creates a selection in a vector layer. The criteria for selecting features is based on the spatial relationship between each feature and the features in an additional layer.
505
508
509
+
qgis:setmvalue: >
510
+
This algorithm sets the M value for geometries in a layer.
511
+
512
+
If M values already exist in the layer, they will be overwritten with the new value. If no M values exist, the geometry will be upgraded to include M values and the specified value used as the initial M value for all geometries.
506
513
507
514
qgis:setstyleforrasterlayer: >
508
515
This algorithm sets the style of a raster layer. The style must be defined in a QML file.
509
516
510
517
qgis:setstyleforvectorlayer: >
511
518
This algorithm sets the style of a vector layer. The style must be defined in a QML file.
512
519
520
+
qgis:setzvalue: >
521
+
This algorithm sets the Z value for geometries in a layer.
522
+
523
+
If Z values already exist in the layer, they will be overwritten with the new value. If no Z values exist, the geometry will be upgraded to include Z values and the specified value used as the initial Z value for all geometries.
524
+
513
525
qgis:simplifygeometries: >
514
526
This algorithm simplifies the geometries in a line or polygon layer. It creates a new layer with the same features as the ones in the input layer, but with geometries containing a lower number of vertices.
0 commit comments