Line-Polygon Intersection
- Author: O.Conrad (c) 2010
- Menu: Shapes | Lines
Description
Line-polygon intersection. Splits lines with polygon arcs. 
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 ] [-POLYGONS ] [-INTERSECT ] [-DIFFERENCE ] [-OUTPUT ] [-ATTRIBUTES ]
  -LINES:     	Lines
	shapes, input
  -POLYGONS:  	Polygons
	shapes, input
  -INTERSECT: 	Intersection
	shapes, output
  -DIFFERENCE:	Difference
	shapes, output
  -OUTPUT:    	Output
	choice
	Available Choices:
	[0] intersection
	[1] difference
	[2] intersection and difference
	Default: 2
  -ATTRIBUTES:	Attributes
	choice
	Available Choices:
	[0] polygon
	[1] line
	[2] line and polygon
	Default: 1