From abbb6356e8f764a186e8c1c81a7552c3bccf98f6 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 9 Sep 2015 13:18:52 +0000 Subject: [PATCH] Fix docs for topology.intersects (#2593) git-svn-id: http://svn.osgeo.org/postgis/trunk@14061 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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 -- 2.50.1