Constructs a multi-polygon from a list of polygon values.
All of the supplied polygon values must have the same SRID, and
the multi-polygon is constructed with this common SRID.
All of the supplied polygon values must have the same answer for Is3D and IsMeasured.
The multi-polygon is 3D if all of the polygon values are 3D,
and the multi-polygon is measured if all of the polygon values are measured.
Note
By default, ST_MultiPolygon uses the original format for a geometry, if it is available. Otherwise, the internal format is
used. For more information about internal and original formats, see STORAGE FORMAT clause, CREATE SPATIAL REFERENCE SYSTEM statement.