9 lines
339 B
Plaintext
Raw Normal View History

{
"name": "end_point",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["GeometryGroup"],
"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)'"}]
}