From be0a078e04a49845a1ed38bb38dd0e810d3535b6 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 31 May 2011 01:09:04 +0000 Subject: [PATCH] document missing proto for createtopology git-svn-id: http://svn.osgeo.org/postgis/trunk@7298 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index d813d4124..ae241369d 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -317,6 +317,14 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE'); integer srid double precision tolerance + + + integer CreateTopology + varchar topology_schema_name + integer srid + double precision tolerance + boolean hasz + @@ -327,7 +335,7 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE'); and registers this new topology in the topology.topology table. It returns the id of the topology in the topology table. The srid is the spatial reference identified as defined in spatial_ref_sys table for that topology. Topologies must be uniquely named. The tolerance is measured in the units of the spatial reference system. If the tolerance is not specified defaults to 0. - This is similar to the SQL/MM but a bit more functional. + This is similar to the SQL/MM but a bit more functional. hasz defaults to false if not specified. Availability: 1.? -- 2.50.1