mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
10 lines
397 B
Plaintext
10 lines
397 B
Plaintext
{
|
|
"name": "bounds",
|
|
"type": "function",
|
|
"groups": ["GeometryGroup"],
|
|
"description":"Returns a geometry which represents the bounding box of an input geometry. Calculations are in the Spatial Reference System of this geometry.",
|
|
"arguments": [ {"arg":"geometry","description":"a geometry"} ],
|
|
"examples": [ { "expression":"bounds($geometry)", "returns":"bounding box of $geometry"}]
|
|
}
|
|
|