mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
<h3>ymax function</h3>
|
|
Returns the maximum y coordinate of a geometry. Calculations are in the Spatial Reference System of this Geometry.
|
|
|
|
<h4>Syntax</h4>
|
|
<pre>ymax(geom)</pre>
|
|
|
|
<h4>Arguments</h4>
|
|
geom → a geometry
|
|
|
|
<h4>Example</h4>
|
|
<pre> ymax($geometry) → returns maximum y coordinate of $geometry</pre>
|
|
|