<HTML>
<HEAD>
<TITLE>Geometry precision</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Is there any way to set a level of precision in postgis?<BR>
<BR>
I have one wkt defined as,<BR>
POINT(23456.123456 987654.123456)<BR>
<BR>
I have another wkt defined as,<BR>
POINT(23456.123461 987654.123500)<BR>
<BR>
The units are feet. &nbsp;Is there any way to get postgis to treat these points as equal since the distance between the points is less than .00005 feet. &nbsp;If these points do not equal intersections between adjacent polygons will give polygon slivers instead of a linestring. &nbsp;<BR>
<BR>
I realize that the functions are returning the actual results, I am just wondering if there is a way to store the information in the geometrys as a set precision and get back the geometry as a wkt with points having that same precision, ie 1000ths of feet.<BR>
<BR>
Thanks,<BR>
<BR>
Paul Moen</SPAN></FONT>
</BODY>
</HTML>