ST_GMLToSQL — Returns a geometry from GML. Alias for ST_GeomFromGML.
geometry ST_GMLToSQL(text geomgml);
geometry ST_GMLToSQL(text geomgml, integer srid);
This function is an alias for ST_GeomFromGML and provides the same signatures.
This method implements the SQL/MM specification. SQL-MM 3: 5.1.50.
Disponibilidade:1.5, requer libxml2 1.6+
Melhorias: 2.0.0 suporte para superfícies poliédricas e TIN foi introduzido.
Melhorias: 2.0.0 parâmetro opcional padrão srid adicionado.
Enhanced: 3.7.0 support for GML ArcString, curved Ring, and CurvePolygon geometries was introduced.