ST_SRID
Name
ST_SRID — Returns the spatial reference identifier for the ST_Geometry as defined in spatial_ref_sys table.
Synopsis
integer
ST_SRID
(
geometry
g1
)
;
Description
Returns the spatial reference identifier for the ST_Geometry as defined in spatial_ref_sys table. Section 4.3.1, “The SPATIAL_REF_SYS Table and Spatial Reference Systems”
This method implements the
OpenGIS Simple Features
Implementation Specification for SQL 1.1.
s2.1.1.1
This method implements the SQL/MM specification. SQL-MM 3: 5.1.5