UpdateGeometrySRID — Updates the SRID of the geometries in a particular geometry column. It also updates the geometry_columns metadata table and the srid table constraint.
varchar UpdateGeometrySRID(
varchar
catalogue, varchar
schema, varchar
table, varchar
column, integer
srid)
;
varchar UpdateGeometrySRID(
varchar
schema, varchar
table, varchar
column, integer
srid)
;
varchar UpdateGeometrySRID(
varchar
table, varchar
column, integer
srid)
;
Updates the SRID of the geometries in a particular geometry column. It also updates the geometry_columns metadata table and the srid table constraint.
This function does not reproject geometries, it just changes the SRID values. |
2D | 3D | M |
---|---|---|
OGC SFS for SQL. 1.1 (1999) | OGC SFS for SQL. 1.1.0 (2005) | OGC SFS for SQL. 1.2.0 (2006) | SQL-MM Part 3 |
---|---|---|---|
- | - | - | - |