mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
9 lines
347 B
Plaintext
9 lines
347 B
Plaintext
{
|
|
"name": "y_max",
|
|
"type": "function",
|
|
"description": "Returns the maximum y coordinate of a geometry. Calculations are in the spatial reference system of this geometry.",
|
|
"arguments": [ {"arg":"geom","description":"a geometry"}],
|
|
"examples": [ { "expression":"y_max( geom_from_wkt( 'LINESTRING(2 5, 3 6, 4 8)') )", "returns":"8"}
|
|
]
|
|
}
|