mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
{
|
|
"name": "centroid",
|
|
"type": "function",
|
|
"groups": ["GeometryGroup"],
|
|
"description": "Returns the geometric center of a geometry.",
|
|
"arguments": [ {"arg":"geom","description":"a geometry"}],
|
|
"examples": [ { "expression":"centroid($geometry)", "returns":"a point geometry"}]
|
|
}
|