Tool Polygon Self-Intersection
This tool identifies self-intersection in polygons. The Intersecting areas are added as new polygons to the dataset, leaving the input areas with the geometric difference. The new polygons are labeled with the identifier of the intersecting polygons separated by a '|' character. The identifier can be set with the "Identifier"-field option, otherwise the identifier is just the polygon index.
Uses the free and open source software library Clipper created by Angus Johnson.
Clipper Homepage
Clipper at SourceForge
- Author: O.Conrad (c) 2012
- Menu: Shapes|Polygons
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Polygons | Shapes, input | POLYGONS | - | - |
Output | Intersection (*) | Shapes, output, optional | INTERSECT | - | - |
Options | Identifier (*) | Table field | ID | - | - |
(*) optional |
Command-line
Usage: saga_cmd shapes_polygons 12 [-POLYGONS <str>] [-ID <str>] [-INTERSECT <str>]
-POLYGONS:<str> Polygons
Shapes, input
-ID:<str> Identifier
Table field
-INTERSECT:<str> Intersection
Shapes, output, optional