mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
{
|
|
"name": "num_points",
|
|
"type": "function",
|
|
"groups": ["GeometryGroup"],
|
|
"description": "Returns the number of vertices in a geometry.",
|
|
"arguments": [{
|
|
"arg": "geometry",
|
|
"description": "a geometry"
|
|
}],
|
|
"examples": [{
|
|
"expression": "num_points(@geometry)",
|
|
"returns": "number of vertices in the current feature's geometry"
|
|
}],
|
|
"tags": ["vertices"]
|
|
}
|