Name

ST_InitTopoGeo — Erstellt ein neues Topologie-Schema und trägt es in die Tabelle topology.topology ein.

Synopsis

text ST_InitTopoGeo(varchar topology_schema_name);

Beschreibung

Dies ist das SQL-MM-Äquivalent zu CreateTopology. Es fehlen die Optionen für das räumliche Bezugssystem und die Toleranz. Es liefert eine Textbeschreibung der Topologieerstellung anstelle der Topologie-ID.

Verfügbarkeit: 1.1

Diese Methode setzt die SQL/MM-Spezifikation um. SQL-MM 3 Topo-Geo and Topo-Net 3: Routine Details: X.3.17

Beispiele

SELECT topology.ST_InitTopoGeo('topo_schema_to_create') AS topocreation;
                      astopocreation
------------------------------------------------------------
 Topology-Geometry 'topo_schema_to_create' (id:7) created.
                                

Siehe auch

CreateTopology