QGIS/python/plugins/processing/algs/saga/help/clippointswithpolygons.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

37 lines
575 B
ReStructuredText

CLIP POINTS WITH POLYGONS
=========================
Description
-----------
Parameters
----------
- ``Points[Vector]``:
- ``Polygons[Vector]``:
- ``Add Attribute to Clipped Points[TableField]``:
- ``Clipping Options[Selection]``:
Outputs
-------
- ``Clipped Points[Vector]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:clippointswithpolygons', points, polygons, field, method, clips)
Available options for selection parameters:
method(Clipping Options)
0 - [0] one layer for all points
1 - [1] separate layer for each polygon