ST_PointN
Signature
Description
Returns the nth point of geom
if geom
is a LINESTRING
or a
MULTILINESTRING
containing exactly one LINESTRING
; NULL
otherwise.
Do I start counting from 0 or 1?
The index runs from 1 to N.
Returns the nth point of geom
if geom
is a LINESTRING
or a
MULTILINESTRING
containing exactly one LINESTRING
; NULL
otherwise.
The index runs from 1 to N.