mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Standardise naming of all internal functions to lowercase with underscore convention. Add aliases for old names to avoid breakage.
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
<h3>x_min function</h3>
|
|
Returns the minimum x coordinate of a geometry. Calculations are in the Spatial Reference System of this Geometry.
|
|
|
|
<h4>Syntax</h4>
|
|
<pre>x_min(geom)</pre>
|
|
|
|
<h4>Arguments</h4>
|
|
geom → a geometry
|
|
|
|
<h4>Example</h4>
|
|
<pre> x_min($geometry) → returns minimum x coordinate of $geometry</pre>
|
|
|