mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
31 lines
558 B
ReStructuredText
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)
|