mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
|
{
|
||
|
"function": "end_point",
|
||
|
"description": "Returns the last node from a geometry.",
|
||
|
"arguments": [ {"arg":"geometry","description":"geometry object"} ],
|
||
|
"examples": [ { "expression":"geom_to_wkt(end_point(geom_from_wkt('LINESTRING(4 0, 4 2, 0 2)')))", "returns":"'Point (0 2)'"}]
|
||
|
}
|