SAGA-GIS Module Library Documentation (v2.3.0)

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

Parameters

 NameTypeIdentifierDescriptionConstraints
InputClip FeaturesShapes (input)CLIP--
Input FeaturesShapes (input)S_INPUT--
Input FeaturesShapes list (input)M_INPUT--
OutputOutput FeaturesShapes (output)S_OUTPUT--
Output FeaturesShapes list (output)M_OUTPUT--
OptionsDissolve Clip FeaturesBooleanDISSOLVE-Default: 1
Multiple Input FeaturesBooleanMULTIPLE-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