mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
36 lines
463 B
ReStructuredText
36 lines
463 B
ReStructuredText
CONVEX HULL
|
|
===========
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input layer[Vector]``:
|
|
- ``Field[TableField]``:
|
|
- ``Method[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Convex hull[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('qgis:convexhull', input, field, method, output)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Method)
|
|
0 - Create single minimum convex hull
|
|
1 - Create convex hulls based on field
|