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