Click here to Skip to main content
15,905,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I have been doing a small program on winforms working on maps and converting the maps into objects like polygons, poly lines, points.
The thing I want is a class that computes certain spatial or mathematical operations like the followings.
1. do the 2 of the polygons collide?
2. do the 2 poly-lines intersect? or intersect with the above polygons?
3. does the polygon cover another polygon?
etc

ARCGIS already does all of that but I was wandering if there is a class I can include that does all the operations and returns the results.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900