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 36
|
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
-------------
::
processing.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
|