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.
TRUE
ST_IsCollection(geom: Geometry)
true
false
SELECT ST_IsCollection(ST_GeomFromText('MULTIPOINT ((0 0), (6 6))'))
SELECT ST_IsCollection(ST_GeomFromText('POINT(5 5)'))
Was this page helpful?