mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
added new help files for geometry functions
This commit is contained in:
parent
81d00d35fb
commit
f51dfc52f6
12
resources/function_help/convexHull
Normal file
12
resources/function_help/convexHull
Normal file
@ -0,0 +1,12 @@
|
||||
<h3>convexHull function</h3>
|
||||
Returns the convex hull of a geometry. It represents the minimum convex geometry that encloses all geometries within the set.
|
||||
|
||||
<h4>Syntax</h4>
|
||||
<pre>convexHull( $geometry , $geometry)</pre>
|
||||
|
||||
<h4>Arguments</h4>
|
||||
geometry → geometry
|
||||
geometry → geometry
|
||||
|
||||
<h4>Example</h4>
|
||||
<pre> → returns </pre>
|
Loading…
x
Reference in New Issue
Block a user