mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-03 00:03:31 -04:00
processing add missing saga 2.2.x shapes_polygons tools tools
This commit is contained in:
parent
b1b7b65771
commit
5c20b33a58
@ -0,0 +1,7 @@
|
||||
Add Point Attributes to Polygons
|
||||
shapes_polygons
|
||||
ParameterVector|INPUT|Polygons|2|False
|
||||
ParameterVector|POINTS|Points|0|False
|
||||
ParameterTableField|FIELDS|Attributes|POINTS|-1|False
|
||||
ParameterBoolean|ADD_LOCATION_INFO|Add location info|False
|
||||
OutputVector|OUTPUT|Result
|
@ -0,0 +1,4 @@
|
||||
Flatten Polygon Layer
|
||||
shapes_polygons
|
||||
ParameterVector|INPUT|Input|2|False
|
||||
OutputVector|OUTPUT|Output
|
@ -0,0 +1,6 @@
|
||||
Polygon Clipping
|
||||
shapes_polygons
|
||||
ParameterVector|CLIP|Clip features|2|False
|
||||
ParameterVector|S_INPUT|Input features|-1|False
|
||||
OutputVector|S_OUTPUT|Output features
|
||||
Hardcoded|-MULTIPLE 0
|
@ -0,0 +1,5 @@
|
||||
Polygon Self-Intersection
|
||||
shapes_polygons
|
||||
ParameterVector|POLYGONS|Polygons|2|False
|
||||
ParameterTableField|ID|Identifier|POLYGONS|-1|False
|
||||
OutputVector|INTERSECT|Intersection
|
@ -0,0 +1,8 @@
|
||||
Shared Polygon Edges
|
||||
shapes_polygons
|
||||
ParameterVector|POLYGONS|Polygons|2|False
|
||||
ParameterTableField|ATTRIBUTE|Attribute|POLYGONS|-1|False
|
||||
ParameterNumber|EPSILON|Tolerance|0|None|0.000
|
||||
ParameterBoolean|VERTICES|Check vertices|False
|
||||
ParameterBoolean|DOUBLE|Double edges|False
|
||||
OutputVector|EDGES|Edges
|
@ -0,0 +1,7 @@
|
||||
Add Point Attributes to Polygons
|
||||
shapes_polygons
|
||||
ParameterVector|INPUT|Polygons|2|False
|
||||
ParameterVector|POINTS|Points|0|False
|
||||
ParameterTableField|FIELDS|Attributes|POINTS|-1|False
|
||||
ParameterBoolean|ADD_LOCATION_INFO|Add location info|False
|
||||
OutputVector|OUTPUT|Result
|
@ -0,0 +1,4 @@
|
||||
Flatten Polygon Layer
|
||||
shapes_polygons
|
||||
ParameterVector|INPUT|Input|2|False
|
||||
OutputVector|OUTPUT|Output
|
@ -0,0 +1,6 @@
|
||||
Polygon Clipping
|
||||
shapes_polygons
|
||||
ParameterVector|CLIP|Clip features|2|False
|
||||
ParameterVector|S_INPUT|Input features|-1|False
|
||||
OutputVector|S_OUTPUT|Output features
|
||||
Hardcoded|-MULTIPLE 0
|
@ -0,0 +1,5 @@
|
||||
Polygon Self-Intersection
|
||||
shapes_polygons
|
||||
ParameterVector|POLYGONS|Polygons|2|False
|
||||
ParameterTableField|ID|Identifier|POLYGONS|-1|False
|
||||
OutputVector|INTERSECT|Intersection
|
@ -0,0 +1,8 @@
|
||||
Shared Polygon Edges
|
||||
shapes_polygons
|
||||
ParameterVector|POLYGONS|Polygons|2|False
|
||||
ParameterTableField|ATTRIBUTE|Attribute|POLYGONS|-1|False
|
||||
ParameterNumber|EPSILON|Tolerance|0|None|0.000
|
||||
ParameterBoolean|VERTICES|Check vertices|False
|
||||
ParameterBoolean|DOUBLE|Double edges|False
|
||||
OutputVector|EDGES|Edges
|
@ -0,0 +1,7 @@
|
||||
Add Point Attributes to Polygons
|
||||
shapes_polygons
|
||||
ParameterVector|INPUT|Polygons|2|False
|
||||
ParameterVector|POINTS|Points|0|False
|
||||
ParameterTableField|FIELDS|Attributes|POINTS|-1|False
|
||||
ParameterBoolean|ADD_LOCATION_INFO|Add location info|False
|
||||
OutputVector|OUTPUT|Result
|
@ -0,0 +1,4 @@
|
||||
Flatten Polygon Layer
|
||||
shapes_polygons
|
||||
ParameterVector|INPUT|Input|2|False
|
||||
OutputVector|OUTPUT|Output
|
@ -0,0 +1,6 @@
|
||||
Polygon Clipping
|
||||
shapes_polygons
|
||||
ParameterVector|CLIP|Clip features|2|False
|
||||
ParameterVector|S_INPUT|Input features|-1|False
|
||||
OutputVector|S_OUTPUT|Output features
|
||||
Hardcoded|-MULTIPLE 0
|
@ -0,0 +1,5 @@
|
||||
Polygon Self-Intersection
|
||||
shapes_polygons
|
||||
ParameterVector|POLYGONS|Polygons|2|False
|
||||
ParameterTableField|ID|Identifier|POLYGONS|-1|False
|
||||
OutputVector|INTERSECT|Intersection
|
@ -0,0 +1,8 @@
|
||||
Shared Polygon Edges
|
||||
shapes_polygons
|
||||
ParameterVector|POLYGONS|Polygons|2|False
|
||||
ParameterTableField|ATTRIBUTE|Attribute|POLYGONS|-1|False
|
||||
ParameterNumber|EPSILON|Tolerance|0|None|0.000
|
||||
ParameterBoolean|VERTICES|Check vertices|False
|
||||
ParameterBoolean|DOUBLE|Double edges|False
|
||||
OutputVector|EDGES|Edges
|
Loading…
x
Reference in New Issue
Block a user