1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
LINE-POLYGON INTERSECTION
=========================
Description
-----------
Parameters
----------
- ``Lines[Vector]``:
- ``Polygons[Vector]``:
- ``Output[Selection]``:
Outputs
-------
- ``Intersection[Vector]``:
See also
---------
Console usage
-------------
::
processing.runalg('saga:linepolygonintersection', lines, polygons, method, intersect)
Available options for selection parameters:
method(Output)
0 - [0] one multi-line per polygon
1 - [1] keep original line attributes
|