ST_PointN — Returns the specified point N in a Linestring.
geometry ST_PointN(
bytea
Geometry, integer N)
;
Returns the specified point N in a Linestring. The N index starts at 1. It throws an error if the incoming geometry is not a LineString or a MultiLineString.
2D | 3D | M |
---|---|---|
OGC SFS for SQL. 1.1 (1999) | OGC SFS for SQL. 1.1.0 (2005) | OGC SFS for SQL. 1.2.0 (2006)) | SQL-MM Part 3 |
---|---|---|---|
2.1.6.1 | 7.2.13.1 | 7.2.11.2 | 7.2.5 - 7.3.5 |