Constructs a multi-surface from a list of surface values.
All of the supplied surface values must have the same SRID, and
the multi-surface is constructed with this common SRID.
All of the supplied surface values must have the same answer for Is3D and IsMeasured.
The multi-surface is 3D if all of the surface values are 3D,
and the multi-surface is measured if all of the surface values are measured.
Note
By default, ST_MultiSurface 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.