mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
36 lines
498 B
ReStructuredText
36 lines
498 B
ReStructuredText
LINE-POLYGON INTERSECTION
|
|
=========================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Lines[Vector]``:
|
|
- ``Polygons[Vector]``:
|
|
- ``Output[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Intersection[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.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
|