|
Project Information
Members
Featured
Downloads
Links
|
The main goal of this project is to have a .NET GIS solution that is fast and reliable for the .NET platform. NetTopologySuite is a direct-port of all the functionalities offered by JTS Topology Suite: NTS expose JTS in a '.NET way', as example using Properties, Indexers, etc... An excerpt from JTS website (http://sourceforge.net/projects/jts-topo-suite) explains the capabilities of NTS: "The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium." Actually there are two versions of NTS:
Both versions are stable enough to be used in production code, and maintained by the community, so you are invited to enjoy using them! NuGetIf you're developing with Visual Studio 2010, you can grab NTS v1.X also using NuGet!. You can found the packages here: http://www.nuget.org/List/Packages/NetTopologySuite |