ST_NumPoints — Returns the number of Points in a LineString
integer ST_NumPoints(bytea
Geometry);
Returns the number of Points in a LineString
![]() | |
If the input Geometry is not a LineString, Jaspa also counts the number of points, instead of returning Null as specified in SQL-MM. |
| 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.4 |