Module 13: Reprojecting a shapes layer
Copy a shapes layer and move it to a new position.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de
- Author: Copyrights (c) 2003 by Olaf Conrad
- Specification: grid
- Menu: Garden|Introducing Module Programming
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Input | Shapes (input) | INPUT | This must be your input data of type shapes. | - |
Output | Output | Shapes (output) | OUTPUT | This will contain your output data of type shapes. | - |
Options | Method | Choice | METHOD | - | Available Choices: [0] Translation [1] Scaling [2] Shearing [3] Rotation [4] Combination A [5] Combination B Default: 0 |
X | Floating point | TRANS_X | - | Default: 10.000000 | |
Y | Floating point | TRANS_Y | - | Default: 10.000000 | |
X | Floating point | SCALE_X | - | Default: 10.000000 | |
Y | Floating point | SCALE_Y | - | Default: 10.000000 | |
X | Floating point | SHEAR_X | - | Default: 0.500000 | |
Y | Floating point | SHEAR_Y | - | Default: 0.500000 | |
Rotation angle [Degree] | Floating point | ROTAT | - | Default: 45.000000 |
Command-line
Usage: saga_cmd garden_learn_to_program 12 -INPUT <str> [-OUTPUT <str>] [-METHOD <str>] [-TRANS_X <str>] [-TRANS_Y <str>] [-SCALE_X <str>] [-SCALE_Y <str>] [-SHEAR_X <str>] [-SHEAR_Y <str>] [-ROTAT <str>] -INPUT:<str> Input Shapes (input) -OUTPUT:<str> Output Shapes (output) -METHOD:<str> Method Choice Available Choices: [0] Translation [1] Scaling [2] Shearing [3] Rotation [4] Combination A [5] Combination B Default: 0 -TRANS_X:<str> X Floating point Default: 10.000000 -TRANS_Y:<str> Y Floating point Default: 10.000000 -SCALE_X:<str> X Floating point Default: 10.000000 -SCALE_Y:<str> Y Floating point Default: 10.000000 -SHEAR_X:<str> X Floating point Default: 0.500000 -SHEAR_Y:<str> Y Floating point Default: 0.500000 -ROTAT:<str> Rotation angle [Degree] Floating point Default: 45.000000