13 lines
320 B
Plaintext
Raw Normal View History

<h3>y_max function</h3>
Returns the maximum y coordinate of a geometry. Calculations are in the Spatial Reference System of this Geometry.
<h4>Syntax</h4>
<pre>y_max(geom)</pre>
<h4>Arguments</h4>
geom &rarr; a geometry
<h4>Example</h4>
<pre> y_max($geometry) &rarr; returns maximum y coordinate of $geometry</pre>