Tool Split Lines at Points
The tool allows one to split lines at certain points. The points must be provided as point shapes.
- Author: O. Conrad (c) 2015
- Menu: Shapes|Lines
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Lines | shapes, input | LINES | The input lines to split. | - |
Split Features | shapes, input | SPLIT | The points at which the input lines are to be split. | - |
Output | Intersection | shapes, output | INTERSECT | The splitted lines. | - |
Options | Output | choice | OUTPUT | Choose the output line type, either polylines or separate lines. | Available Choices: [0] polylines [1] separate lines Default: 1 |
Epsilon | floating point number | EPSILON | The tolerance used to find the point-line intersections [map units]. | Default: 0.000000 |
Command-line
Usage: saga_cmd shapes_lines 8 [-LINES <str>] [-SPLIT <str>] [-INTERSECT <str>] [-OUTPUT <str>] [-EPSILON <double>]
-LINES:<str> Lines
shapes, input
-SPLIT:<str> Split Features
shapes, input
-INTERSECT:<str> Intersection
shapes, output
-OUTPUT:<str> Output
choice
Available Choices:
[0] polylines
[1] separate lines
Default: 1
-EPSILON:<double> Epsilon
floating point number
Default: 0.000000