SQL SERVER Spatial Data

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2010-05-04T14:31:19Z Indexed on 2010/05/05 21:08 UTC
Read the original article Hit count: 229

Hi All,

I am struggeling finding an effectient way to find a distance between a Point that interetcts a polygon and the border of that polygon. I was able to use the STDistance comparing the point to every point that made up the polygon but that is taking a lot of time. Using SPatial indexed wasnt much helpful because the STDistance is not part of any constraint and even when I did put the constraint, the index didnt help much.

I appreciate any feedback.

Thanks.

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about spatial