mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
|
<h3>bounds_width function</h3>
|
||
|
Returns the width of the bounding box of a geometry. Calculations are in the Spatial Reference System of this Geometry.
|
||
|
|
||
|
<h4>Syntax</h4>
|
||
|
<pre>bounds_width(geom)</pre>
|
||
|
|
||
|
<h4>Arguments</h4>
|
||
|
geom → a geometry
|
||
|
|
||
|
<h4>Example</h4>
|
||
|
<pre> bounds_width($geometry) → returns width of bounding box of $geometry</pre>
|
||
|
|