ST_NumPoints
Signature
Description
Returns the number of points in a linestring
.
With other dimensions (points
and polygons
) or multi
geometries, ST_NumPoints
will return a NULL
value.
Implements the OpenGIS Simple Features Implementation Specification for
SQL version
1.2.1.
Implements the SQL/MM specification. SQL-MM 3: 7.2.4
Examples
Where ST_NumPoints
returns NULL
See also