QGIS/python/plugins/processing/algs/qgis/help/sumlinelengths.rst

31 lines
392 B
ReStructuredText
Raw Normal View History

SUM LINE LENGTHS
================
Description
-----------
Parameters
----------
- ``Lines[Vector]``:
- ``Polygons[Vector]``:
- ``Lines length field name[String]``:
- ``Lines count field name[String]``:
Outputs
-------
- ``Result[Vector]``:
See also
---------
Console usage
-------------
::
processing.runalg('qgis:sumlinelengths', lines, polygons, len_field, count_field, output)