Skip to main content
Returns TRUE if the geometry type of the input is a geometry collection type. Collection types are the following:
  • GEOMETRYCOLLECTION
  • MULTI
ST_IsCollection

Signatures

Parameters

geom
Geometry
required
The input geometry.

Return type

Returns true or false.

Examples