Module Convert Lines to Points
Converts lines to points. Optionally inserts additional points in user-defined distances.
- Author: Victor Olaya (c) 2004
- Specification: $Specification
- Menu: Shapes|Conversion
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Lines | Shapes (input) | LINES | - | - |
Output | Points | Shapes (output) | POINTS | - | - |
Options | Insert Additional Points | Boolean | ADD | - | Default: 0 |
Insert Distance | Floating point | DIST | - | Minimum: 0.000000 Default: 100.000000 | |
Add Point Order | Boolean | ADD_POINT_ORDER | Add point order as additional attribute. | Default: 0 |
Command-line
Usage: saga_cmd shapes_points 5 -LINES <str> [-POINTS <str>] [-ADD <str>] [-DIST <str>] [-ADD_POINT_ORDER <str>] -LINES:<str> Lines Shapes (input) -POINTS:<str> Points Shapes (output) -ADD:<str> Insert Additional Points Boolean Default: 0 -DIST:<str> Insert Distance Floating point Minimum: 0.000000 Default: 100.000000 -ADD_POINT_ORDER:<str> Add Point Order Boolean Default: 0