Polygon Clipping
- Author: O.Conrad (c) 2012
- Menu: Shapes | Polygons
Description
Clipping of vector layers with a polygon layer.
Uses the free and open source software library Clipper created by Angus Johnson.
References
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 ] [-S_INPUT ] [-S_OUTPUT ] [-M_INPUT ] [-M_OUTPUT ] [-DISSOLVE ] [-MULTIPLE ]
  -CLIP:    	Clip Features
	shapes, input
  -S_INPUT: 	Input Features
	shapes, input
  -S_OUTPUT:	Output Features
	shapes, output
  -M_INPUT: 	Input Features
	shapes list, input
  -M_OUTPUT:	Output Features
	shapes list, output
  -DISSOLVE:	Dissolve Clip Features
	boolean
	Default: 1
  -MULTIPLE:	Multiple Input Features
	boolean
	Default: 1