From 5e48c5b6b0755cac4fffad419a6762cbe997f609 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 27 Oct 2008 15:53:26 +0000 Subject: [PATCH] Move over sql mm compliance for ST_Disjoint and get rid of annoying carriage return in template.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@3197 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference.xml | 11 ----------- doc/reference_new.xml | 14 ++++++++++---- doc/template.xml | 3 +-- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index b92caf737..aeeab0ad2 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -920,17 +920,6 @@ WHERE n*100.00/length < 1; - - ST_Disjoint - - - Test if an ST_Geometry value is spatially disjoint from - another ST_Geometry value. - - SQL-MM 3: 5.1.26 - - - ST_GeomFromWKB diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 79b5f4e33..e7aa1b505 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -6168,7 +6168,7 @@ WHERE ST_Crosses(roads.the_geom, highways.the_geom); - + ST_Disjoint @@ -6197,9 +6197,9 @@ WHERE ST_Crosses(roads.the_geom, highways.the_geom); returns true, then the geometries are not spatially disjoint. Disjoint implies false for spatial intersection. - - Do not call with a GEOMETRYCOLLECTION as an argument - + + Do not call with a GEOMETRYCOLLECTION as an argument + Performed by the GEOS module @@ -6216,6 +6216,12 @@ WHERE ST_Crosses(roads.the_geom, highways.the_geom); OGC SPEC s2.1.1.2 //s2.1.13.3 - a.Relate(b, 'FF*FF****') + + + + + + This method implements the SQL/MM specification: SQL-MM 3: 5.1.26 Examples diff --git a/doc/template.xml b/doc/template.xml index 56c70142f..4390c66ab 100644 --- a/doc/template.xml +++ b/doc/template.xml @@ -50,8 +50,7 @@ - This method implements the SQL/MM specification: - SQL-MM 3: 5.1.23 + This method implements the SQL/MM specification: SQL-MM 3: 5.1.23 -- 2.50.1