ThinkGeo.com    |     Documentation    |     Premium Support

Find intersection between two polygons

 Greetings 


Im currently using thinkgeo web edition 6.0 and im trying to find the intersection between two polygons but i cant get around the idea to code it just yet can you help me with that.


Regards



 Hello saddam,


 
 Thanks for your post, I think you can refer this sample:
 
 wiki.thinkgeo.com/wiki...tersection
 
 Let us know your queries.
 
 Regards,
 
 Gary

 Greetings


 


i tried the link but its not working, what im loking for is a code that will get a polygon out of a series of llat and long and then compare it to another polygon from another set of lat an long.


thanks



Hi saddam, 

I have fixed the link but I am not sure we understand your needs. Could you offer some additional explanation on what your end goal is?


A couple of resources that might be helpful:

Our QueryTools method that can has various options to help you compare features to one another. wiki.thinkgeo.com/wiki/Think...QueryTools

You will see we have a GetFeaturesIntersecting option that might work for your case.


Our Clipping sample application could be helpful if you want to clip a polygon out of a group of polygons: 

wiki.thinkgeo.com/wiki/Map_S...s#Clipping



Hi Ryan


The problem im trying to solve is that i have several pieces of land which i have their bounderies in lat and long each of them make a polygon and i need to check if any of them intersect with another.


 


thanks alot 



Hi saddam,  
  
 I believe the GetFeaturesIntersecting would be the best method to get back what features are intersecting your existing feature.