mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
{
|
|
"name": "$z",
|
|
"type": "function",
|
|
"groups": ["GeometryGroup"],
|
|
"description": "Returns the z value of the current point feature if it is 3D. If the feature is a multipoint feature, then the z value of the first point will be returned.",
|
|
"examples": [{
|
|
"expression": "$z",
|
|
"returns": "123"
|
|
}],
|
|
"tags": ["first", "point", "current", "multipoint", "altitude", "3D"]
|
|
}
|