Tool Polygon-Line Intersection
Polygon-line intersection. Splits polygons with lines. Complex self-intersecting lines might result in unwanted artifacts. In this case the method option line-by-line might improve the result.
- Author: O. Conrad (c) 2011
- Menu: Shapes|Polygons
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Polygons | Shapes, input | POLYGONS | - | - |
Lines | Shapes, input | LINES | - | - |
Output | Intersection | Shapes, output | INTERSECT | - | - |
Options | Split Parts | Boolean | SPLIT_PARTS | - | Default: 1 |
Method | Choice | METHOD | - | Available Choices: [0] all lines at once [1] line-by-line Default: 0 |
Command-line
Usage: saga_cmd shapes_polygons 8 [-POLYGONS <str>] [-LINES <str>] [-INTERSECT <str>] [-SPLIT_PARTS <str>] [-METHOD <str>]
-POLYGONS:<str> Polygons
Shapes, input
-LINES:<str> Lines
Shapes, input
-INTERSECT:<str> Intersection
Shapes, output
-SPLIT_PARTS:<str> Split Parts
Boolean
Default: 1
-METHOD:<str> Method
Choice
Available Choices:
[0] all lines at once
[1] line-by-line
Default: 0