Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GeometryType (A: Geometry)
SELECT GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));
geometrytype -------------- LINESTRING
SELECT GeometryType(ST_GeomFromText('POINTM(0 0 1)'));
geometrytype -------------- POINTM
Was this page helpful?