Module Polygon Clipping
Clipping of vector layers with a polygon layer.
Uses the free and open source software library Clipper created by Angus Johnson.
Clipper Homepage
Clipper at SourceForge
- Author: O.Conrad (c) 2012
- Specification: grid
- Menu: Shapes|Polygons
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Clip Features | Shapes (input) | CLIP | - | - |
Input Features | Shapes (input) | S_INPUT | - | - |
Input Features | Shapes list (input) | M_INPUT | - | - |
Output | Output Features | Shapes (output) | S_OUTPUT | - | - |
Output Features | Shapes list (output) | M_OUTPUT | - | - |
Options | Dissolve Clip Features | Boolean | DISSOLVE | - | Default: 1 |
Multiple Input Features | Boolean | MULTIPLE | - | Default: 1 |
Command-line
Usage: saga_cmd shapes_polygons 11 -CLIP <str> -S_INPUT <str> [-S_OUTPUT <str>] -M_INPUT <str> [-M_OUTPUT <str>] [-DISSOLVE <str>] [-MULTIPLE <str>]
-CLIP:<str> Clip Features
Shapes (input)
-S_INPUT:<str> Input Features
Shapes (input)
-S_OUTPUT:<str> Output Features
Shapes (output)
-M_INPUT:<str> Input Features
Shapes list (input)
-M_OUTPUT:<str> Output Features
Shapes list (output)
-DISSOLVE:<str> Dissolve Clip Features
Boolean
Default: 1
-MULTIPLE:<str> Multiple Input Features
Boolean
Default: 1