Note
This view is available starting with V3.2.4.
Purpose
This view displays the spatial reference coordinate systems supported by the system.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SRS_ID | bigint(20) unsigned | NO | The ID of the spatial reference system. |
| SRS_NAME | varchar(128) | NO | The name of the spatial reference system. |
| ORGANIZATION | varchar(256) | YES | The name of the organization of the spatial reference system. |
| ORGANIZATION_COORDSYS_ID | bigint(20) unsigned | YES | The ID of the organization of the spatial reference system. |
| DEFINITION | varchar(4096) | NO | The definition of the spatial reference system in the WKT format defined by the Open Geospatial Consortium (OGC). |
| DESCRIPTION | varchar(2048) | YES | The description of the spatial reference system. This column is NULL by default for built-in spatial reference systems. |