Tool Split Shapes Layer
Split Shapes Layer
- Author: O.Conrad (c) 2006
- Menu: Shapes|Construction
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Shapes | shapes, input | SHAPES | - | - |
Output | Tiles (*) | shapes list, output, optional | CUTS | - | - |
Extent (*) | shapes, output, optional | EXTENT | - | - |
Options | Number of horizontal tiles | integer number | NX | - | Minimum: 1 Default: 2 |
Number of vertical tiles | integer number | NY | - | Minimum: 1 Default: 2 |
Method | choice | METHOD | - | Available Choices: [0] completely contained [1] intersects [2] center Default: 0 |
(*) optional |
Command-line
Usage: saga_cmd shapes_tools 15 [-SHAPES <str>] [-CUTS <str>] [-EXTENT <str>] [-NX <num>] [-NY <num>] [-METHOD <str>]
-SHAPES:<str> Shapes
shapes, input
-CUTS:<str> Tiles
shapes list, output, optional
-EXTENT:<str> Extent
shapes, output, optional
-NX:<num> Number of horizontal tiles
integer number
Minimum: 1
Default: 2
-NY:<num> Number of vertical tiles
integer number
Minimum: 1
Default: 2
-METHOD:<str> Method
choice
Available Choices:
[0] completely contained
[1] intersects
[2] center
Default: 0