Are there any opensource librarys for doing geometry operations (union, intersect, relation...) in .Net?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
I believe that NTS, The .NET Topology Suite contains code capable of doing geometry operations on GIS structures. It's a .NET port of JTS. |
|||
|
|
|
Clipper from Angus Johnson: http://www.angusj.com/delphi/clipper.php http://sourceforge.net/projects/polyclipping/files/ Same library is available as both C#, C++ and Delphi source code. |
|||
|
|
|
See MapWindow : www.mapwindow.org |
|||
|
|
|
Also checkout DotSpatial http://dotspatial.codeplex.com/wikipage?title=IGeometry&referringTitle=NTSCompare |
|||
|
|
|
you might try SharpMap, or more specificially, the Net Topology Suite, which is the .net port of the JTS (java topology suite). |
|||
|
