Tool Copy Shapes from Region
Copies all shapes that belong to the specified region.
- Author: O.Conrad (c) 2006
- Menu: Shapes|Construction
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Shapes | shapes list, input | SHAPES | - | - |
Shapes | shapes, input | SHAPES_EXT | - | - |
Polygons | shapes, input | POLYGONS | - | - |
Output | Copy | shapes list, output | CUT | - | - |
Options | Method | choice | METHOD | - | Available Choices: [0] completely contained [1] intersects [2] center Default: 1 |
Region | choice | EXTENT | - | Available Choices: [0] user defined [1] grid project [2] shapes layer extent [3] polygons Default: 0 |
Left | floating point number | AX | - | Default: 0.000000 |
Right | floating point number | BX | - | Default: 1.000000 |
Bottom | floating point number | AY | - | Default: 0.000000 |
Top | floating point number | BY | - | Default: 1.000000 |
Horizontal Range | floating point number | DX | - | Minimum: 0.000000 Default: 1.000000 |
Vertical Range | floating point number | DY | - | Minimum: 0.000000 Default: 1.000000 |
Grid System | grid system | GRID_SYS | - | - |
Minimum Overlap | floating point number | OVERLAP | minimum overlapping area as percentage of the total size of the input shape. applies to polygon layers only. | Minimum: 0.000000 Maximum: 100.000000 Default: 50.000000 |
Command-line
Usage: saga_cmd shapes_tools 13 [-SHAPES <str>] [-CUT <str>] [-METHOD <str>] [-EXTENT <str>] [-AX <double>] [-BX <double>] [-AY <double>] [-BY <double>] [-DX <double>] [-DY <double>] [-GRID_SYS_D <double>] [-GRID_SYS_X <double>] [-GRID_SYS_Y <double>] [-GRID_SYS_NX <num>] [-GRID_SYS_NY <num>] [-GRID_SYS_FILE <str>] [-SHAPES_EXT <str>] [-POLYGONS <str>] [-OVERLAP <double>]
-SHAPES:<str> Shapes
shapes list, input
-CUT:<str> Copy
shapes list, output
-METHOD:<str> Method
choice
Available Choices:
[0] completely contained
[1] intersects
[2] center
Default: 1
-EXTENT:<str> Region
choice
Available Choices:
[0] user defined
[1] grid project
[2] shapes layer extent
[3] polygons
Default: 0
-AX:<double> Left
floating point number
Default: 0.000000
-BX:<double> Right
floating point number
Default: 1.000000
-AY:<double> Bottom
floating point number
Default: 0.000000
-BY:<double> Top
floating point number
Default: 1.000000
-DX:<double> Horizontal Range
floating point number
Minimum: 0.000000
Default: 1.000000
-DY:<double> Vertical Range
floating point number
Minimum: 0.000000
Default: 1.000000
-GRID_SYS_D:<double> Cell Size
-GRID_SYS_X:<double> Lower Left Center Cell X-Coordinate
-GRID_SYS_Y:<double> Lower Left Center Cell Y-Coordinate
-GRID_SYS_NX:<num> Number of Columns
-GRID_SYS_NY:<num> Number of Rows
-GRID_SYS_FILE:<str> Grid File
-SHAPES_EXT:<str> Shapes
shapes, input
-POLYGONS:<str> Polygons
shapes, input
-OVERLAP:<double> Minimum Overlap
floating point number
Minimum: 0.000000
Maximum: 100.000000
Default: 50.000000