]> granicus.if.org Git - postgis/commitdiff
Fix docs for topology.intersects (#2593)
authorSandro Santilli <strk@keybit.net>
Wed, 9 Sep 2015 13:18:52 +0000 (13:18 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 9 Sep 2015 13:18:52 +0000 (13:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14061 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index 178ba1fa8ad19ba4db73c54df5ef25213ae48e7e..e405346248c8c8c15c7ceab8808823f9a0681927 100644 (file)
@@ -3371,7 +3371,7 @@ UNION ALL SELECT ']}'::text as t;
             <para>This function not supported for topogeometries that are geometry collections.  It also can not compare topogeometries from different topologies.</para>
           </note>
           <!-- use this format if new function -->
-        <para>Availability: 1.? </para>
+        <para>Availability: 1.1.0 </para>
         
        
         <!-- Optionally mention 3d support -->
@@ -3397,13 +3397,16 @@ UNION ALL SELECT ']}'::text as t;
         <refnamediv>
           <refname>Intersects</refname>
       
-          <refpurpose>Returns true if two topogeometries are composed of the same topology primitives.</refpurpose>
+          <refpurpose>
+Returns true if any pair of primitives from the
+two topogeometries intersect.
+          </refpurpose>
         </refnamediv>
       
         <refsynopsisdiv>
           <funcsynopsis>
             <funcprototype>
-              <funcdef>boolean <function>Equals</function></funcdef>
+              <funcdef>boolean <function>Intersects</function></funcdef>
               <paramdef><type>topogeometry </type> <parameter>tg1</parameter></paramdef>
               <paramdef><type>topogeometry </type> <parameter>tg2</parameter></paramdef>
             </funcprototype>
@@ -3413,7 +3416,10 @@ UNION ALL SELECT ']}'::text as t;
         <refsection>
           <title>Description</title>
       
-          <para>Returns true if two topogeometries share primitives or primitives intersect</para>
+          <para>
+Returns true if any pair of primitives from the
+two topogeometries intersect.
+          </para>
       
           <!-- optionally mention that this function uses indexes if appropriate -->
           <note>
@@ -3421,7 +3427,7 @@ UNION ALL SELECT ']}'::text as t;
             Also not currently supported for hierarchichal topogeometries (topogeometries composed of other topogeometries).</para>
           </note>
           <!-- use this format if new function -->
-        <para>Availability: 1.? </para>
+        <para>Availability: 1.1.0 </para>
         
        
         <!-- Optionally mention 3d support -->