From a21d8744c0736a2700fffafd62a8c65f36378fcb Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 1 Jan 2014 01:28:43 +0000 Subject: [PATCH] #2593: document topology relationship functions intersects and equals. git-svn-id: http://svn.osgeo.org/postgis/trunk@12170 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 107 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index f40c0768a..509302f89 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -3228,4 +3228,111 @@ UNION ALL SELECT ']}'::text as t; + + + + + This section lists the Topology functions used to check relationships between topogeometries and topology primitives + + + Topology Spatial Relationships + + + Equals + + Returns true if two topogeometries are composed of the same topology primitives. + + + + + + boolean Equals + topogeometry tg1 + topogeometry tg2 + + + + + + Description + + Returns true if two topogeometries are composed of the same topology primitives: faces, edges, nodes. + + + + This function not supported for topogeometries that are geometry collections. It also can not compare topogeometries from different topologies. + + + Availability: 1.? + + + + &Z_support; + + + + + Examples + + + + + + + See Also + + , + + + + + + Intersects + + Returns true if two topogeometries are composed of the same topology primitives. + + + + + + boolean Equals + topogeometry tg1 + topogeometry tg2 + + + + + + Description + + Returns true if two topogeometries share primitives or primitives intersect + + + + This function not supported for topogeometries that are geometry collections. It also can not compare topogeometries from different topologies. + Also not currently supported for hierarchichal topogeometries (topogeometries composed of other topogeometries). + + + Availability: 1.? + + + + &Z_support; + + + + + Examples + + + + + + + See Also + + + + + -- 2.50.0