mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
29 lines
291 B
ReStructuredText
29 lines
291 B
ReStructuredText
|
DIFFERENCE
|
||
|
==========
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
- ``Input layer[Vector]``:
|
||
|
- ``Difference layer[Vector]``:
|
||
|
|
||
|
Outputs
|
||
|
-------
|
||
|
|
||
|
- ``Difference[Vector]``:
|
||
|
|
||
|
See also
|
||
|
---------
|
||
|
|
||
|
|
||
|
Console usage
|
||
|
-------------
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
processing.runalg('qgis:difference', input, input2, output)
|