<div>Martin: Thank you for your help, sorry I'm feeling a fool.You're right. The geometry b is completely contained in geometry a, but it no touch the border line of the geometry b in somewhere.</div>
<div>I did a difference and saw the problem.</div>
<div> </div>
<div>Str, thank you too.</div>
<div><br><br> </div>
<div><span class="gmail_quote">On 10/5/05, <b class="gmail_sendername">Martin Davis</b> <<a href="mailto:mbdavis@vividsolutions.com">mbdavis@vividsolutions.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><font face="Arial" color="#0000ff" size="2"><span>From my testing in JUMP & JTS, it is the case that the table2 geometry (b) is completely contained in the table1 geometry (a).   I can see the same thing as shown in the image, but that's correct - b is the blue geometry, and it contains the red geometry (a).
</span></font></div>
<div><font face="Arial" color="#0000ff" size="2"><span></span></font> </div>
<div><font face="Arial" color="#0000ff" size="2"><span>To me it looks like PostGIS, JUMP and JTS are all saying the same thing, and it matches the geometric situation.</span></font></div><span class="q">
<div><font face="Arial" color="#0000ff" size="2"><span></span></font> </div>
<div><font face="Arial" color="#0000ff" size="2"></font> </div>
<div> </div>
<div align="center"><font face="Arial" size="2"><strong>Martin Davis, Senior Technical Architect</strong><br><strong><font color="#0000ff">Vivid Solutions Inc.      <i><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vividsolutions.com/" target="_blank">
www.vividsolutions.com</a></i></font></strong><br></font><em><font face="Arial" size="2">Suite #1A-2328 Government Street Victoria, B.C. V8T 5G5<br>Phone: (250) 385 6040 - Local 308 Fax: (250) 385 6046</font></em></div></span>

<blockquote dir="ltr" style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<div></div>
<div lang="en-us" dir="ltr" align="left"><font face="Tahoma" size="2"><span class="q">-----Original Message-----<br><b>From:</b> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postgis-users-bounces@postgis.refractions.net" target="_blank">
postgis-users-bounces@postgis.refractions.net</a> [mailto:<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postgis-users-bounces@postgis.refractions.net" target="_blank">postgis-users-bounces@postgis.refractions.net
</a>] <b>On Behalf Of </b>Miguel de la Fuente<br><b>Sent:</b> October 4, 2005 2:10 PM<br><b>To:</b> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postgis-users@postgis.refractions.net" target="_blank">
postgis-users@postgis.refractions.net</a><br></span><span class="q"><b>Subject:</b> [postgis-users] Problem with functions contains<br><br></span></font></div><span class="q">
<div>strk: I' have the following problem, when I use the function contains it returns true when the polygons is not totally contains.</div>
<div>I have applied snaptogrid in my geometry column.</div>
<div>I did the following :</div>
<div>update table1 set new_geom=snaptogrid(the_geom,1e-2)</div>
<div>update table2 set new_geom=snaptogrid(the_geom,1e-2))</div>
<div>When I use the function contains()</div>
<div> </div>
<div>select<br>b.*<br>from table2 b, table1 a<br>where   contains (b.new_geom,a.new_geom)  </div>
<div>it returns true,but I see visually that b not contains completely a.</div>
<div> </div>
<div>I don't understand why??</div>
<div> </div>
<div> </div>
<div>I attach the data and a image showing the problem.</div>
<div> </div>
<div>Thanks.</div></span></blockquote><br>_______________________________________________<br>postgis-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postgis-users@postgis.refractions.net">
postgis-users@postgis.refractions.net</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a><br><br><br></blockquote></div><br>