SQL Server 2008 Spatial Data - distance from a point to the edge of a polygon

  • Hi All,

    I am struggeling finding an effectient way to find a distance between a Point that intersects 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 indexe wasn't 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

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply