Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2881 from NaturalGIS/processing_missing_saga_shap…
…es_polygons_tools

[processing] add missing SAGA 2.2.x shapes_polygons_tools tools
  • Loading branch information
alexbruy committed Mar 8, 2016
2 parents dc137d7 + 5c20b33 commit e0c98cf
Show file tree
Hide file tree
Showing 15 changed files with 90 additions and 0 deletions.
@@ -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

0 comments on commit e0c98cf

Please sign in to comment.