anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING(0 0, 10 10)','LINESTRING(0 0, 5 5, 10 10)') is true.
</para>
<para>Performed by the GEOS module</para>
- <para>OGC SPEC s2.1.1.1 </para>
+ <para>OGC SPEC s2.1.1.2 </para>
</listitem>
</varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer.</para>
- <para>OGC SPEC s2.1.1.1 //s2.1.13.3 - a.Relate(b, 'FF*FF****') </para>
+ <para>OGC SPEC s2.1.1.2 //s2.1.13.3 - a.Relate(b, 'FF*FF****') </para>
</listitem>
</varlistentry>
<varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
- <para>OGC SPEC s2.1.1.1 //s2.1.13.3 - Intersects(g1, g2 ) --> Not (Disjoint(g1, g2 )) </para>
+ <para>OGC SPEC s2.1.1.2 //s2.1.13.3 - Intersects(g1, g2 ) --> Not (Disjoint(g1, g2 )) </para>
</listitem>
</varlistentry>
<varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
- <para>OGC SPEC s2.1.1.1 // s2.1.13.3- a.Touches(b) -> (I(a) intersection I(b) = {empty set} ) and (a intersection b) not empty </para>
+ <para>OGC SPEC s2.1.1.2 // s2.1.13.3- a.Touches(b) -> (I(a) intersection I(b) = {empty set} ) and (a intersection b) not empty </para>
</listitem>
</varlistentry>
<varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
- <para>OGC SPEC s2.1.1.1 // s2.1.13.3 - a.Relate(b, 'T*T******') </para>
+ <para>OGC SPEC s2.1.1.2 // s2.1.13.3 - a.Relate(b, 'T*T******') </para>
</listitem>
</varlistentry>
<varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
- <para>OGC SPEC s2.1.1.1 // s2.1.13.3 - a.Relate(b, 'T*F**F***') </para>
+ <para>OGC SPEC s2.1.1.2 // s2.1.13.3 - a.Relate(b, 'T*F**F***') </para>
</listitem>
</varlistentry>
<varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
- <para>OGC SPEC s2.1.1.1 // s2.1.13.3 </para>
+ <para>OGC SPEC s2.1.1.2 // s2.1.13.3 </para>
</listitem>
</varlistentry>
<varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
- <para>OGC SPEC s2.1.1.1 // s2.1.13.3 - same as within(geometry,geometry)</para>
+ <para>OGC SPEC s2.1.1.2 // s2.1.13.3 - same as within(geometry,geometry)</para>
</listitem>
</varlistentry>
<varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
- <para>OGC SPEC s2.1.1.1 // s2.1.13.3 - NOT disjoint(geometry,geometry)</para>
+ <para>OGC SPEC s2.1.1.2 // s2.1.13.3 - NOT disjoint(geometry,geometry)</para>
</listitem>
</varlistentry>
<varlistentry>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
- <para>OGC SPEC s2.1.1.1 // s2.1.13.3 </para>
+ <para>OGC SPEC s2.1.1.2 // s2.1.13.3 </para>
</listitem>
</varlistentry>
<varlistentry>
</para>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
- <para>OGC SPEC s2.1.1.1</para>
+ <para>OGC SPEC s2.1.1.3</para>
</listitem>
</varlistentry>
<varlistentry>
<para> Returns a geometry that represents the convex hull of this Geometry.
</para>
<para>Performed by the GEOS module</para>
- <para>OGC SPEC s2.1.1.1</para>
+ <para>OGC SPEC s2.1.1.3</para>
</listitem>
</varlistentry>
<varlistentry>
</para>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
- <para>OGC SPEC s2.1.1.1</para>
+ <para>OGC SPEC s2.1.1.3</para>
</listitem>
</varlistentry>
<!-- Should this be documented? -->
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
<para>NOTE: this is renamed from "union" because union is an SQL reserved word</para>
- <para>OGC SPEC s2.1.1.1</para>
+ <para>OGC SPEC s2.1.1.3</para>
</listitem>
</varlistentry>
<varlistentry>
</listitem>
</varlistentry>
<varlistentry>
- <term>difference(geometry,geometry)</term>
+ <term>symdifference(geometry,geometry)</term>
<listitem>
- <para> Returns a geometry that represents the point set
-difference of this Geometry with anotherGeometry.
+ <para> Returns a geometry that represents the point set symmetric difference of this Geometry with anotherGeometry.
</para>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
- <para>OGC SPEC s2.1.1.1</para>
+ <para>OGC SPEC s2.1.1.3</para>
</listitem>
</varlistentry>
<varlistentry>
</para>
<para>Performed by the GEOS module</para>
<para>Do not call with a GeometryCollection as an argument</para>
- <para>OGC SPEC s2.1.1.1</para>
+ <para>OGC SPEC s2.1.1.3</para>
</listitem>
</varlistentry>
<varlistentry>