You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`change_schema_srid`**<br/>`(target_srid INTEGER, target_srs_name TEXT, schema_name TEXT, transform INTEGER)`|`SETOF VOID`| Updates the coordinate system for a database schema |
190
-
|**`change_column_srid`**<br/>`(table_name TEXT, column_name TEXT, dim INTEGER, target_srid INTEGER, schema_name TEXT, transform INTEGER, geom_type TEXT)`|`SETOF VOID`| Updates the coordinate system for a geometry column |
191
-
|**`check_srid`**<br/>`(srid INTEGER)`|`INTEGER`| Checks if a given `SRID` is valid |
192
-
|**`get_coord_ref_sys_info`**<br/>`(srid INTEGER)`|`RECORD`| Returns the name, type and WKT representation of the specified CRS |
193
-
|**`is_coord_ref_sys_3d`**<br/>`(srid INTEGER)`|`INTEGER`| Checks if a CRS is a true 3D system |
194
-
|**`is_db_coord_ref_sys_3d`**<br/>`(schema_name TEXT)`|`INTEGER`| Checks if the CRS of the 3DCityDB is true 3D system |
|**`change_schema_srid`**<br/>`(target_srid INTEGER, target_srs_name TEXT, schema_name TEXT, transform INTEGER)`|`SETOF VOID`| Updates the coordinate system for a database schema |
190
+
|**`change_column_srid`**<br/>`(table_name TEXT, column_name TEXT, target_srid INTEGER, schema_name TEXT, transform INTEGER)`|`SETOF VOID`| Updates the coordinate system for a geometry column |
191
+
|**`check_srid`**<br/>`(srid INTEGER)`|`INTEGER`| Checks if a given `SRID` is valid |
192
+
|**`get_coord_ref_sys_info`**<br/>`(srid INTEGER)`|`RECORD`| Returns the name, type and WKT representation of the specified CRS |
193
+
|**`is_coord_ref_sys_3d`**<br/>`(srid INTEGER)`|`INTEGER`| Checks if a CRS is a true 3D system |
194
+
|**`is_db_coord_ref_sys_3d`**<br/>`(schema_name TEXT)`|`INTEGER`| Checks if the CRS of the 3DCityDB is true 3D system |
195
195
196
196
The primary function is `change_schema_srid`, which changes the CRS for all geometry columns within a 3DCityDB schema (default: `citydb`).
197
197
It takes the database-specifc `SRID` (**S**patial **R**eference **ID**) of the new CRS and its OGC-compliant name as inputs.
0 commit comments