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

31 lines
558 B
ReStructuredText

POLYGON CENTROIDS
=================
Description
-----------
This algorithm calculates the centroids of a polygons layer.
Parameters
----------
- ``Polygons[Vector]``: polygons layer
- ``Centroids for each part[Boolean]``: YES if you want to calculate centroids for each part of the layer, NO if you want
to calculate centroids only for the single features
Outputs
-------
- ``Centroids[Vector]``: the resulting points layer
See also
---------
Console usage
-------------
::
sextante.runalg('saga:polygoncentroids', polygons, method, centroids)