Tool Split Lines
The Tool provides methods to split lines in multiple lines based on a regular distance or number
- Author: Justus Spitzmüller, scilands GmbH © 2021
- Menu: Shapes|Lines
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Input Lines | Shapes, input | INPUT | Input Line Shapefile | - |
Output | Output Lines | Shapes, output | OUTPUT | Output Line Shapefile | - |
Options | Distribution | Choice | DISTRIBUTION | - | Available Choices: [0] By Length [1] By Number Default: 0 |
Length | Floating point | LENGTH | Length where the lines will be cutted in map-units | Minimum: 0.000000 Default: 5.000000 |
Caps | Choice | CAPS_LENGTH | - | Available Choices: [0] Start Full Length [1] Start Remaining Length [2] Even Ends Default: 0 |
Number Of Splits | Integer | NUMBER | Number of splits per line | Minimum: 0 Default: 5 |
Caps | Choice | CAPS_NUMBER | - | Available Choices: [0] Full Segment [1] Half Segment Default: 0 |
Command-line
Usage: saga_cmd shapes_lines 11 [-INPUT <str>] [-OUTPUT <str>] [-DISTRIBUTION <str>] [-LENGTH <double>] [-CAPS_LENGTH <str>] [-NUMBER <num>] [-CAPS_NUMBER <str>]
-INPUT:<str> Input Lines
Shapes, input
-OUTPUT:<str> Output Lines
Shapes, output
-DISTRIBUTION:<str> Distribution
Choice
Available Choices:
[0] By Length
[1] By Number
Default: 0
-LENGTH:<double> Length
Floating point
Minimum: 0.000000
Default: 5.000000
-CAPS_LENGTH:<str> Caps
Choice
Available Choices:
[0] Start Full Length
[1] Start Remaining Length
[2] Even Ends
Default: 0
-NUMBER:<num> Number Of Splits
Integer
Minimum: 0
Default: 5
-CAPS_NUMBER:<str> Caps
Choice
Available Choices:
[0] Full Segment
[1] Half Segment
Default: 0