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