mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
31 lines
392 B
ReStructuredText
31 lines
392 B
ReStructuredText
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)
|