Tool Gradient Lines from Points
Create lines representing gradients from point data attributes.
- Author: O.Conrad (c) 2020
- Menu: Visualization|Shapes
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Points | shapes, input | POINTS | - | - |
Output | Gradient | shapes, output | GRADIENTS | - | - |
Target Points (*) | shapes, output, optional | TARGETS | - | - |
Options | Direction | table field | DIRECTION | The direction measured in degrees with the North direction as origin and increasing clockwise. | - |
Length | table field | LENGTH | - | - |
X-Component | table field | X_COMP | - | - |
Y-Component (*) | table field | Y_COMP | - | - |
Gradient Definition | choice | DEFINITION | - | Available Choices: [0] direction and length [1] directional components Default: 0 |
Length Scaling Factor | floating point number | SCALING | - | Minimum: 0.000000 Default: 1.000000 |
(*) optional |
Command-line
Usage: saga_cmd shapes_tools 30 [-POINTS <str>] [-DIRECTION <str>] [-LENGTH <str>] [-X_COMP <str>] [-Y_COMP <str>] [-DEFINITION <str>] [-SCALING <double>] [-GRADIENTS <str>] [-TARGETS <str>]
-POINTS:<str> Points
shapes, input
-DIRECTION:<str> Direction
table field
-LENGTH:<str> Length
table field
-X_COMP:<str> X-Component
table field
-Y_COMP:<str> Y-Component
table field
-DEFINITION:<str> Gradient Definition
choice
Available Choices:
[0] direction and length
[1] directional components
Default: 0
-SCALING:<double> Length Scaling Factor
floating point number
Minimum: 0.000000
Default: 1.000000
-GRADIENTS:<str> Gradient
shapes, output
-TARGETS:<str> Target Points
shapes, output, optional