Skip to content

Commit f51dfc5

Browse files
author
astroidex
committed
added new help files for geometry functions
1 parent 81d00d3 commit f51dfc5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

resources/function_help/convexHull

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>convexHull function</h3>
2+
Returns the convex hull of a geometry. It represents the minimum convex geometry that encloses all geometries within the set.
3+
4+
<h4>Syntax</h4>
5+
<pre>convexHull( $geometry , $geometry)</pre>
6+
7+
<h4>Arguments</h4>
8+
geometry &rarr; geometry
9+
geometry &rarr; geometry
10+
11+
<h4>Example</h4>
12+
<pre> &rarr; returns </pre>

0 commit comments

Comments
 (0)