From: Sandro Santilli Date: Wed, 9 Sep 2015 13:18:52 +0000 (+0000) Subject: Fix docs for topology.intersects (#2593) X-Git-Tag: 2.2.0rc1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abbb6356e8f764a186e8c1c81a7552c3bccf98f6;p=postgis Fix docs for topology.intersects (#2593) git-svn-id: http://svn.osgeo.org/postgis/trunk@14061 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 178ba1fa8..e40534624 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -3371,7 +3371,7 @@ UNION ALL SELECT ']}'::text as t; This function not supported for topogeometries that are geometry collections. It also can not compare topogeometries from different topologies. - Availability: 1.? + Availability: 1.1.0 @@ -3397,13 +3397,16 @@ UNION ALL SELECT ']}'::text as t; Intersects - Returns true if two topogeometries are composed of the same topology primitives. + +Returns true if any pair of primitives from the +two topogeometries intersect. + - boolean Equals + boolean Intersects topogeometry tg1 topogeometry tg2 @@ -3413,7 +3416,10 @@ UNION ALL SELECT ']}'::text as t; Description - Returns true if two topogeometries share primitives or primitives intersect + +Returns true if any pair of primitives from the +two topogeometries intersect. + @@ -3421,7 +3427,7 @@ UNION ALL SELECT ']}'::text as t; Also not currently supported for hierarchichal topogeometries (topogeometries composed of other topogeometries). - Availability: 1.? + Availability: 1.1.0