2015-06-11 12:02:27 +10:00
|
|
|
{
|
2015-09-20 17:12:43 +02:00
|
|
|
"name": "bounds_height",
|
|
|
|
"type": "function",
|
2020-07-02 01:46:48 +01:00
|
|
|
"groups": ["GeometryGroup"],
|
2015-06-11 12:02:27 +10:00
|
|
|
"description": "Returns the height of the bounding box of a geometry. Calculations are in the Spatial Reference System of this geometry.",
|
2020-07-29 17:39:43 +02:00
|
|
|
"arguments": [ {"arg":"geometry","description":"a geometry"}],
|
2020-08-15 12:22:39 +02:00
|
|
|
"examples": [ { "expression":"bounds_height($geometry)", "returns":"height of bounding box of the current feature's geometry"},
|
|
|
|
{ "expression":"bounds_height(geom_from_wkt('Polygon((1 1, 0 0, -1 1, 1 1))'))", "returns":"1"}
|
|
|
|
]
|
2015-06-11 12:02:27 +10:00
|
|
|
}
|
|
|
|
|