mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05: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"}]
|
|
}
|