Nom

ST_SRID — Renvoie l'identifiant de référence spatiale d'une topogeometry.

Synopsis

integer ST_SRID(topogeometry tg);

Description

Returns the spatial reference identifier of the topology containing the TopoGeometry.

The identifier is recorded for the topology when it is created and refers to an entry in Section 4.5, « Systèmes de référence spatiale ».

Disponibilité : 3.2.0

Exemples

Return the SRID of a TopoGeometry stored in the ri_topo topology.

Code
SELECT topology.ST_SRID(topo) AS srid
FROM ri.roads
WHERE road_name = 'Unknown';
Export de raster
srid
------
 3438