]> granicus.if.org Git - postgis/commitdiff
Move over ST_Intersects sql mm compliance note to reference_new (remove sT_Intersects...
authorRegina Obe <lr@pcorp.us>
Tue, 30 Sep 2008 17:39:13 +0000 (17:39 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 30 Sep 2008 17:39:13 +0000 (17:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3034 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference.xml
doc/reference_new.xml

index 99699889dc76ce551cc71b85f5cf67e8540240e3..507d0f3576dc789672affe4214b009f5f0678b94 100644 (file)
@@ -1807,18 +1807,7 @@ WHERE n*100.00/length &lt; 1;
           <para>SQL-MM 3: 5.1.18</para>
         </listitem>
       </varlistentry>
-
-      <varlistentry>
-        <term>ST_Intersects</term>
-
-        <listitem>
-          <para>Test if an ST_Geometry value spatially intersects another
-          ST_Geometry value.</para>
-
-          <para>SQL-MM 3: 5.1.27</para>
-        </listitem>
-      </varlistentry>
-
+         
       <varlistentry>
         <term>ST_IsEmpty</term>
 
index 6254d6af82609ddd42f899f6490609a9a9421edf..5a84947832c74f2aa658b2e83c532ec592dbc249 100644 (file)
@@ -4451,12 +4451,15 @@ SELECT ST_Equals(ST_Reverse(ST_GeomFromText('LINESTRING(0 0, 10 10)')),
                          This method implements the
                          <ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
                          Features Implementation Specification for SQL</ulink>
-                       </para>
-                       <para>
-                         <inlinegraphic fileref="images/check.png" />
                          OGC SPEC s2.1.1.2 //s2.1.13.3 - ST_Intersects(g1, g2 ) --&gt;
                                Not (ST_Disjoint(g1, g2 ))
-                       </para> 
+                       </para>
+                       <para><inlinemediaobject>
+                               <imageobject>
+                                 <imagedata fileref="images/check.png" />
+                               </imageobject>
+                         </inlinemediaobject>This method implements the SQL/MM specification:
+                       SQL-MM 3: 5.1.27</para>
                </refsection>
                <refsection>
         <title>Examples</title>