mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
329 B
Plaintext
8 lines
329 B
Plaintext
|
{
|
||
|
"function": "x_max",
|
||
|
"description": "Returns the maximum x coordinate of a geometry. Calculations are in the spatial reference system of this geometry.",
|
||
|
"arguments": [ {"arg":"geom","description":"a geometry"}],
|
||
|
"examples": [ { "expression":"x_max( geom_from_wkt( 'LINESTRING(2 5, 3 6, 4 8)') )", "returns":"4"}
|
||
|
]
|
||
|
}
|