<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>
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 ) -->
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>