Module Clip Points with Polygons
- Author: (c) 2008 by O.Conrad
 
- Specification: $Specification
 
- Menu: Shapes|Points
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Points | Shapes (input) | POINTS | - | - | 
 | Polygons | Shapes (input) | POLYGONS | - | - | 
| Output | Clipped Points | Shapes list (output) | CLIPS | - | - | 
| Options | Add Attribute to Clipped Points (*) | Table field | FIELD | - | - | 
 | Clipping Options | Choice | METHOD | - | Available Choices: [0] one layer for all points [1] separate layer for each polygon Default: 0 | 
| (*) optional | 
Command-line
Usage: saga_cmd shapes_points 8 -POINTS <str> -POLYGONS <str> [-FIELD <str>] [-CLIPS <str>] [-METHOD <str>]
  -POINTS:<str>  	Points
	Shapes (input)
  -POLYGONS:<str>	Polygons
	Shapes (input)
  -FIELD:<str>   	Add Attribute to Clipped Points
	Table field
  -CLIPS:<str>   	Clipped Points
	Shapes list (output)
  -METHOD:<str>  	Clipping Options
	Choice
	Available Choices:
	[0] one layer for all points
	[1] separate layer for each polygon
	Default: 0