Name
GetTopologySRID — Returns the SRID of a topology in the topology.topology table given the name of the topology.
Synopsis
integer GetTopologyID(
varchar toponame)
;
Descrizione
Returns the spatial reference id of a topology in the topology.topology table given the name of the topology.
Disponibilità: 2.0.0
Esempi
SELECT topology.GetTopologySRID('ma_topo') As SRID;
SRID
-------
4326