mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
<h3>centroid function</h3>
|
|
Returns the geometric center of a geometry.
|
|
|
|
<h4>Syntax</h4>
|
|
<pre>centroid(a)</pre>
|
|
|
|
<h4>Arguments</h4>
|
|
b → geometry
|
|
|
|
<h4>Example</h4>
|
|
<pre> centroid($geometry) → returns a point geometry</pre>
|
|
|