mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
make_point_m for creation of PointM geometries. Also add m(point) and z(point) functions for retrieving z/m value of a point or node.
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
{
|
|
"name": "z",
|
|
"type": "function",
|
|
"description": "Returns the z coordinate of a point geometry.",
|
|
"arguments": [ {"arg":"geom","description":"a point geometry"}],
|
|
"examples": [ { "expression":"z( geom_from_wkt( 'POINTZ(2 5 7)' ) )", "returns":"7"}
|
|
]
|
|
}
|