ST_GeomCollection type

An ST_GeomCollection is a collection of zero or more ST_Geometry values.

Syntax

ST_GeomCollection type

Members

All members of the ST_GeomCollection type, including all inherited members.

Members of ST_GeomCollection:

Members of ST_Geometry:

Remarks

An ST_GeomCollection is a collection of zero or more ST_Geometry values. All of the values are in the same spatial reference system as the collection value. The ST_GeomCollection type can contain a heterogeneous collection of objects (for example, points, lines, and polygons). Sub-types of ST_GeomCollection can be used to restrict the collection to certain geometry types.The dimension of the geometry collection value is the largest dimension of its constituents.A geometry collection is simple if all of the constituents are simple and no two constituent geometries intersect except possibly at their boundaries.

Standards and compatibility

SQL/MM (ISO/IEC 13249-3: 2006) 9.1