point inside a polygon or not

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikvikash
    New Member
    • Oct 2009
    • 13

    point inside a polygon or not

    how to check if a point is inside a polygon or not using sql server 2008 in .net???
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    Are u using GDI+ .... explain in detail

    Comment

    • GaryTexmo
      Recognized Expert Top Contributor
      • Jul 2009
      • 1501

      #3
      I'm a little unsure about where sql server 2008 comes into play, but the wikipedia article has a pretty good explanation of a simple solution. You'd have to implement it yourself, of course.

      Comment

      Working...