QGIS/python/plugins/processing/algs/qgis/help/splitlineswithlines.rst
2014-12-04 16:20:43 +01:00

30 lines
459 B
ReStructuredText

SPLIT LINES WITH LINES
=======================
Description
-----------
This algorithm splits the features of a line layer with the lines of another line layer.
Parameters
----------
- ``Input layer[Vector]``:line layer
- ``Split layer[Vector]``:line layer
Outputs
-------
- ``Output layer[Vector]``: resulting layer
See also
---------
Console usage
-------------
::
processing.runalg('qgis:splitlineswithlines', input_lines, split_lines, output)