]> granicus.if.org Git - postgis/commitdiff
document missing proto for createtopology
authorRegina Obe <lr@pcorp.us>
Tue, 31 May 2011 01:09:04 +0000 (01:09 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 31 May 2011 01:09:04 +0000 (01:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7298 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index d813d412481b7a1fc8f45b63a5b012335f4ca76f..ae241369d5edcce7a18d2a876a8691ec9753e1bc 100644 (file)
@@ -317,6 +317,14 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE');
                                                <paramdef><type>integer </type> <parameter>srid</parameter></paramdef>
                                                <paramdef><type>double precision </type> <parameter>tolerance</parameter></paramdef>
                                        </funcprototype>
+                                       
+                                       <funcprototype>
+                                               <funcdef>integer <function>CreateTopology</function></funcdef>
+                                               <paramdef><type>varchar </type> <parameter>topology_schema_name</parameter></paramdef>
+                                               <paramdef><type>integer </type> <parameter>srid</parameter></paramdef>
+                                               <paramdef><type>double precision </type> <parameter>tolerance</parameter></paramdef>
+                                               <paramdef><type>boolean </type> <parameter>hasz</parameter></paramdef>
+                                       </funcprototype>
                                </funcsynopsis>
                        </refsynopsisdiv>
                
@@ -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.</para>
                 
-                <para>This is similar to the SQL/MM <xref linkend="ST_InitTopoGeo" /> but a bit more functional.</para>
+                <para>This is similar to the SQL/MM <xref linkend="ST_InitTopoGeo" /> but a bit more functional.  <varname>hasz</varname> defaults to false if not specified.</para>
         
                 <!-- use this format if new function -->
                 <para>Availability: 1.?</para>