Good GIS Software or Components for Windows PC in .NET? [closed]

半腔热情 提交于 2019-12-05 09:22:11

You are limiting yourself a lot by insisting on .NET. I don't know of anything other than SharpMap or MapWinGIS ActiveX (MapWindow). Here are some free, but not .NET, options for Windows desktop applications.

If you'd consider writing your standalone application in Python or C++:

Or if you'd consider writing a plug-in or a customisation for an existing GIS:

I think that you've covered it already. There really aren't any production quality open source GIS project out there using C#. Most of the good work is being done in Java, C/C++ or Python these days. If you must use the .NET Framework then I think the best of the bunch is indeed SharpMap.

Failing that you need to look at commercial products from companies like http://www.esri.com. Of course, it also depends on what you need: web services, Windows Forms control, WPF, etc. In the past I've managed to whip up some C# that constructed the right XML to send to a Java server-based mapping engine, so you could look at something like GeoServer and build your own client. Obviously not what you want to get in to but I don't see that you have many options beyond the ones you've listed.

Kirill Bezrukov

I would recommend to look in to MapAround

Have you checked out SharpMap? It's available on codeplex.

MapSurfer.NET framework might be a good option.

MapSurfer.NET is free, modern cartographic framework which is able to provide maps of superior cartographic quality. This framework supports a bunch spatial data formats (e.g., Shape files, PostgreSQL, OSM, etc.) and web services (e.g., CartoDB, Mapzen, etc.). Furthermore, its setup includes MapSurfer.NET Studio application which allows creating and editing map styles (analogue of TileMill). Its symbology is inspired by both OGC specifications and other similar toolkits such as MapServer, GeoServer or Mapnik.

We use Mapzania (http://www.mapzania.com).

The best thing about it is that you load it into existing web-applications via a NuGet package and then you get a bunch of GIS functionality.

It uses Leaflet as its front-end and it has JS library that makes it easy to do stuff to Leaflet.

It also has a nice MapStyler for creating and editing maps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!