Tool Line-Polygon Intersection
Line-polygon intersection. Splits lines with polygon arcs. 
- Author: O.Conrad (c) 2010
 
- Menu: Shapes|Lines
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Lines | Shapes, input | LINES | - | - | 
 | Polygons | Shapes, input | POLYGONS | - | - | 
| Output | Intersection | Shapes, output | INTERSECT | - | - | 
 | Difference | Shapes, output | DIFFERENCE | - | - | 
| Options | Output | Choice | OUTPUT | - | Available Choices: [0] intersection [1] difference [2] intersection and difference Default: 2 | 
 | Attributes | Choice | ATTRIBUTES | attributes inherited to intersection result | Available Choices: [0] polygon [1] line [2] line and polygon Default: 1 | 
Command-line
Usage: saga_cmd shapes_lines 3 [-LINES <str>] [-POLYGONS <str>] [-INTERSECT <str>] [-DIFFERENCE <str>] [-OUTPUT <str>] [-ATTRIBUTES <str>]
  -LINES:<str>     	Lines
	Shapes, input
  -POLYGONS:<str>  	Polygons
	Shapes, input
  -INTERSECT:<str> 	Intersection
	Shapes, output
  -DIFFERENCE:<str>	Difference
	Shapes, output
  -OUTPUT:<str>    	Output
	Choice
	Available Choices:
	[0] intersection
	[1] difference
	[2] intersection and difference
	Default: 2
  -ATTRIBUTES:<str>	Attributes
	Choice
	Available Choices:
	[0] polygon
	[1] line
	[2] line and polygon
	Default: 1