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

29 lines
475 B
ReStructuredText

CONVERT POLYGON/LINE VERTICES TO POINTS
=======================================
Description
-----------
This algorithm converts the line vertices into points and creates a points layer.
Parameters
----------
- ``Shapes[Vector]``: it make sense using polygons or lines layer in input
Outputs
-------
- ``Points[Vector]``: resulting layer
See also
---------
Console usage
-------------
::
sextante.runalg('saga:convertpolygonlineverticestopoints', shapes, points)