mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-18 00:06:00 -04:00
15 lines
622 B
Plaintext
15 lines
622 B
Plaintext
{
|
|
"name": "collect",
|
|
"type": "function",
|
|
"groups": ["Aggregates"],
|
|
"description": "Returns the multipart geometry of aggregated geometries from an expression",
|
|
"arguments": [
|
|
{"arg":"expression", "description":"geometry expression to aggregate"},
|
|
{"arg":"group_by", "optional":true, "description":"optional expression to use to group aggregate calculations"},
|
|
{"arg":"filter", "optional":true, "description":"optional expression to use to filter features used to calculate aggregate"}
|
|
],
|
|
"examples": [
|
|
{ "expression":"collect( $geometry )", "returns":"multipart geometry of aggregated geometries"}
|
|
]
|
|
}
|