0001-Changes-overlay-Polygons-description-in-SAGA-GIS-v2.patch

Path overlay with the new SAGA API in Sextante - Samuel Fernando Mesa Giraldo, 2013-07-08 01:13 PM

Download (4.79 KB)

View differences:

python/plugins/sextante/saga/description/PolygonDifference.txt
1
Difference
2
shapes_polygons
3
ParameterVector|A|Layer A|2|False
4
ParameterVector|B|Layer B|2|False
5
ParameterBoolean|SPLIT|Split Parts|True
6
OutputVector|RESULT|Intersection
python/plugins/sextante/saga/description/PolygonIdentity.txt
1
Identity
2
shapes_polygons
3
ParameterVector|A|Layer A|2|False
4
ParameterVector|B|Layer B|2|False
5
ParameterBoolean|SPLIT|Split Parts|True
6
OutputVector|RESULT|Intersection
python/plugins/sextante/saga/description/PolygonIntersect.txt
1
Intersect
2
shapes_polygons
3
ParameterVector|A|Layer A|2|False
4
ParameterVector|B|Layer B|2|False
5
ParameterBoolean|SPLIT|Split Parts|True
6
OutputVector|RESULT|Intersection
python/plugins/sextante/saga/description/PolygonIntersection.txt
1
Polygon Intersection
2
shapes_polygons
3
ParameterVector|SHAPES_A|Layer A|2|False
4
ParameterTableField|FIELD_A|Attribute A|SHAPES_A|-1|False
5
ParameterVector|SHAPES_B|Layer B|2|False
6
ParameterTableField|FIELD_B|Attribute B|SHAPES_B|-1|False
7
ParameterSelection|METHOD|Method|[0] Complete Intersection;[1] Intersection;[2] Difference (A - B);[3] Difference (B - A)
8
ParameterBoolean|SPLITPARTS     |Split Parts|True
9
OutputVector|SHAPES_AB|Intersection
python/plugins/sextante/saga/description/PolygonSymmetricalDifference.txt
1
Symmetrical Difference
2
shapes_polygons
3
ParameterVector|A|Layer A|2|False
4
ParameterVector|B|Layer B|2|False
5
ParameterBoolean|SPLIT|Split Parts|True
6
OutputVector|RESULT|Intersection
python/plugins/sextante/saga/description/PolygonUnion.txt
1
Union
2
shapes_polygons
3
ParameterVector|A|Layer A|2|False
4
ParameterVector|B|Layer B|2|False
5
ParameterBoolean|SPLIT|Split Parts|True
6
OutputVector|RESULT|Intersection
python/plugins/sextante/saga/description/PolygonUpdate.txt
1
Update
2
shapes_polygons
3
ParameterVector|A|Layer A|2|False
4
ParameterVector|B|Layer B|2|False
5
ParameterBoolean|SPLIT|Split Parts|True
6
OutputVector|RESULT|Intersection
0
-