Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Return points of the geometry ST_NPoints

Signatures

ST_NPoints (A: Geometry)

Parameters

A
Geometry
required
The input geometry.

Return type

An integer value.

Example

SELECT ST_NPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'))
4