PostGIS
Name
ST_GeomCollFromText — Makes a collection Geometry from collection WKT with the given SRID. If SRID is not given, it defaults to 0.
Synopsis
geometry +`*`+ST_GeomCollFromText
*(`text `WKT
, integer
srid`
)`;
geometry +`*`+ST_GeomCollFromText
*(`text `WKT`
)`;
Description
Makes a collection Geometry from the Well-Known-Text (WKT) representation with the given SRID. If SRID is not given, it defaults to 0.
OGC SPEC 3.2.6.2 - option SRID is from the conformance suite
Returns null if the WKT is not a GEOMETRYCOLLECTION
|
This method implements the OGC Simple Features Implementation Specification for SQL 1.1. s3.2.6.2
This method implements the SQL/MM specification.