mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
37 lines
575 B
ReStructuredText
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
|