mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
<h3>xmax function</h3>
|
|
Returns the maximum x coordinate of a geometry. Calculations are in the Spatial Reference System of this Geometry.
|
|
|
|
<h4>Syntax</h4>
|
|
<pre>xmax(geom)</pre>
|
|
|
|
<h4>Arguments</h4>
|
|
geom → a geometry
|
|
|
|
<h4>Example</h4>
|
|
<pre> xmax($geometry) → returns maximum x coordinate of $geometry</pre>
|
|
|