QGIS/python/plugins/processing/algs/saga/help/polygonintersection.rst
Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

41 lines
644 B
ReStructuredText

POLYGON INTERSECTION
====================
Description
-----------
Parameters
----------
- ``Layer A[Vector]``:
- ``Attribute A[TableField]``:
- ``Layer B[Vector]``:
- ``Attribute B[TableField]``:
- ``Method[Selection]``:
- ``Split Parts[Boolean]``:
Outputs
-------
- ``Intersection[Vector]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:polygonintersection', shapes_a, field_a, shapes_b, field_b, method, splitparts, shapes_ab)
Available options for selection parameters:
method(Method)
0 - [0] Complete Intersection
1 - [1] Intersection
2 - [2] Difference (A - B)
3 - [3] Difference (B - A)