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

32 lines
725 B
ReStructuredText

ADD POLYGON ATTRIBUTES TO POINTS
================================
Description
-----------
This algorithm adds the specified field of the polygons layer to the attribute table of the points layer in input.
The new attributes added for each point depend on the value of the background polygon layer.
Parameters
----------
- ``Points[Vector]``: points layer
- ``Polygons[Vector]``: polygons layer
- ``Attribute[TableField]``: attribute of the polygons layer that will be added to the table attribute
Outputs
-------
- ``Result[Vector]``: resulting points layer with the new field
See also
---------
Console usage
-------------
::
sextante.runalg('saga:addpolygonattributestopoints', input, polygons, field, output)