-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
15 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
python/plugins/processing/algs/saga/description/2.2.0/AddPointAttributestoPolygons.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
4 changes: 4 additions & 0 deletions
4
python/plugins/processing/algs/saga/description/2.2.0/FlattenPolygonLayer.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Flatten Polygon Layer | ||
shapes_polygons | ||
ParameterVector|INPUT|Input|2|False | ||
OutputVector|OUTPUT|Output |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.0/PolygonClipping.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
5 changes: 5 additions & 0 deletions
5
python/plugins/processing/algs/saga/description/2.2.0/PolygonSelfIntersection.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Polygon Self-Intersection | ||
shapes_polygons | ||
ParameterVector|POLYGONS|Polygons|2|False | ||
ParameterTableField|ID|Identifier|POLYGONS|-1|False | ||
OutputVector|INTERSECT|Intersection |
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/algs/saga/description/2.2.0/SharedPolygonEdges.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
7 changes: 7 additions & 0 deletions
7
python/plugins/processing/algs/saga/description/2.2.2/AddPointAttributestoPolygons.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
4 changes: 4 additions & 0 deletions
4
python/plugins/processing/algs/saga/description/2.2.2/FlattenPolygonLayer.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Flatten Polygon Layer | ||
shapes_polygons | ||
ParameterVector|INPUT|Input|2|False | ||
OutputVector|OUTPUT|Output |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.2/PolygonClipping.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
5 changes: 5 additions & 0 deletions
5
python/plugins/processing/algs/saga/description/2.2.2/PolygonSelfIntersection.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Polygon Self-Intersection | ||
shapes_polygons | ||
ParameterVector|POLYGONS|Polygons|2|False | ||
ParameterTableField|ID|Identifier|POLYGONS|-1|False | ||
OutputVector|INTERSECT|Intersection |
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/algs/saga/description/2.2.2/SharedPolygonEdges.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
7 changes: 7 additions & 0 deletions
7
python/plugins/processing/algs/saga/description/2.2.3/AddPointAttributestoPolygons.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
4 changes: 4 additions & 0 deletions
4
python/plugins/processing/algs/saga/description/2.2.3/FlattenPolygonLayer.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Flatten Polygon Layer | ||
shapes_polygons | ||
ParameterVector|INPUT|Input|2|False | ||
OutputVector|OUTPUT|Output |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.3/PolygonClipping.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
5 changes: 5 additions & 0 deletions
5
python/plugins/processing/algs/saga/description/2.2.3/PolygonSelfIntersection.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Polygon Self-Intersection | ||
shapes_polygons | ||
ParameterVector|POLYGONS|Polygons|2|False | ||
ParameterTableField|ID|Identifier|POLYGONS|-1|False | ||
OutputVector|INTERSECT|Intersection |
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/algs/saga/description/2.2.3/SharedPolygonEdges.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |