From: Kevin Neufeld Date: Thu, 31 Jul 2008 06:33:08 +0000 (+0000) Subject: fixed small typo in ST_Touches mathematical expression X-Git-Tag: 1.4.0b1~801 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50dfa16995ceda5c7d3c2c7e20407d9daacef8b2;p=postgis fixed small typo in ST_Touches mathematical expression git-svn-id: http://svn.osgeo.org/postgis/trunk@2899 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index e26a3664a..32738a617 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -3405,7 +3405,7 @@ SELECT ST_AsText(ST_PointOnSurface('POLYGON((0 0, 0 5, 5 5, 5 0, 0 0))'::geometr In mathematical terms, this predicate is expressed as: - a.Touches(b) ⇔ (I(a) ∩ I(b) = ∅) ∧ (a ∪ b ≠ ∅) + a.Touches(b) ⇔ (I(a) ∩ I(b) = ∅) ∧ (a ∩ b ≠ ∅) The allowable DE-9IM Intersection Matrices for the two geometries are: