Parameters
Name | Type | Mode |
---|---|---|
$1 | USER-DEFINED | IN |
$2 | integer | IN |
args: a_linestring, n - Return the Nth point in the first LineString or circular LineString in the geometry. Negative values are counted backwards from the end of the LineString. Returns NULL if there is no linestring in the geometry.
Name | Type | Mode |
---|---|---|
$1 | USER-DEFINED | IN |
$2 | integer | IN |