Nome

GetTopologySRID — Returns the SRID of a topology in the topology.topology table given the name of the topology.

Sinossi

integer GetTopologyID(varchar toponame);

Description

Returns the spatial reference id of a topology in the topology.topology table given the name of the topology.

Disponibilità: 2.0.0

Esempi

Code
SELECT topology.GetTopologySRID('ma_topo') AS srid;
Output
4326