mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
367 B
Plaintext
9 lines
367 B
Plaintext
{
|
|
"name": "area",
|
|
"type": "function",
|
|
"description": "Returns the area of a geometry polygon object. Calculations are in the Spatial Reference System of this geometry.",
|
|
"arguments": [ {"arg":"geometry","description":"polygon geometry object"}],
|
|
"examples": [ { "expression":"area(geom_from_wkt('POLYGON((0 0, 4 0, 4 2, 0 2, 0 0))'))", "returns":"8.0"}]
|
|
}
|
|
|