Polygon-Line Intersection
- Author: O. Conrad (c) 2011
- Menu: Shapes | Polygons
Description
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.
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 ] [-LINES ] [-INTERSECT ] [-SPLIT_PARTS ] [-METHOD ]
-POLYGONS: Polygons
shapes, input
-LINES: Lines
shapes, input
-INTERSECT: Intersection
shapes, output
-SPLIT_PARTS: Split Parts
boolean
Default: 1
-METHOD: Method
choice
Available Choices:
[0] all lines at once
[1] line-by-line
Default: 0