Home Forums SQL Server 2008 T-SQL (SS2K8) Question about rounding the points in a Geometry. RE: Question about rounding the points in a Geometry.

  • P.S. - I'm sure I could convert the POLYGON to text (using STAsText), parse through each number to round each coordinate, and then convert it back to a geometry (using STPolyFromText) but I'm hoping there's a more efficient way to do it.