mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
16 lines
354 B
Plaintext
16 lines
354 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"
|
|
}],
|
|
"tags": ["geometric", "center"]
|
|
}
|