| Tool Name | Split Lines at Points |
| Tool ID | 8 |
| Library ID | shapes_lines |
| Version | 1.0 |
| Author(s) | O. Conrad, V. Wichmann (c) 2015-2023 |
| 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 split 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 |
| Minimum Vertex Distance | floating point number | MIN_VERTEX_DIST | The minimum distance of a point to a line vertex in order to split the line at the point's location [map units]. | Default: 0.000000 |