QGIS/resources/function_help/bounds_height

13 lines
352 B
Plaintext

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