QGIS/python/plugins/processing/algs/qgis/help/selectbylocation.rst
Victor Olaya 15e923820f [processing] added help files for algs in qgis group
Most help files missing content
2014-06-08 20:00:03 +02:00

37 lines
576 B
ReStructuredText

SELECT BY LOCATION
==================
Description
-----------
Parameters
----------
- ``Layer to select from[Vector]``:
- ``Additional layer (intersection layer)[Vector]``:
- ``Modify current selection by[Selection]``:
Outputs
-------
- ``Selection[Vector]``:
See also
---------
Console usage
-------------
::
processing.runalg('qgis:selectbylocation', input, intersect, method)
Available options for selection parameters:
method(Modify current selection by)
0 - creating new selection
1 - adding to current selection
2 - removing from current selection