mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
8 lines
395 B
Plaintext
8 lines
395 B
Plaintext
v.hull
|
|
Produces a convex hull for a given vector map.
|
|
Vector (v.*)
|
|
QgsProcessingParameterFeatureSource|input|Input layer|0|None|False
|
|
QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True|True
|
|
QgsProcessingParameterBoolean|-f|Create a 'flat' 2D hull even if the input is 3D points|False
|
|
QgsProcessingParameterVectorDestination|output|Convex hull
|