mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -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)
|