mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
30 lines
348 B
ReStructuredText
30 lines
348 B
ReStructuredText
DISSOLVE
|
|
========
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input layer[Vector]``:
|
|
- ``Dissolve all (do not use field)[Boolean]``:
|
|
- ``Unique ID field[TableField]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Dissolved[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('qgis:dissolve', input, dissolve_all, field, output)
|