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

33 lines
741 B
ReStructuredText

LINE PROPERTIES
===============
Description
-----------
This algorithm performs some simple calculation on each line of the layer and adds them as new field in the attribute table.
You can decide to activate/deactivate every single option.
Parameters
----------
- ``Lines[Vector]``: input lines layer
- ``Number of Parts[Boolean]``: number of parts of each line
- ``Number of Vertices[Boolean]``: number of vertices of each line
- ``Length[Boolean]``: lenght of each line (in meters)
Outputs
-------
- ``Lines with Property Attributes[Vector]``: resulting layer with the updated attribute table
See also
---------
Console usage
-------------
::
sextante.runalg('saga:lineproperties', lines, bparts, bpoints, blength, output)