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

允我心安 提交于 2019-12-07 04:54:48

问题


Last week i searched for good free or opensource solutions and component for GIS (Geographical Information Systems) I founded some system but no one fill my requirements

  • SharpMap is very buggy software
  • Gmap.net is very slow
  • MapWindow have a very complex structure and is very buggy.

I founded uDIG but is in java, i need a solution in vb.net or c#.

Anyone know a good solution that fill my requirements or have alternatives, i accept solutions?


回答1:


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++:

  • Mapnik
  • QGIS

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

  • GRASS can be customised in Python, Perl, Ruby...
  • QGIS can be customised in Python



回答2:


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.




回答3:


I would recommend to look in to MapAround




回答4:


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




回答5:


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.




回答6:


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.



来源:https://stackoverflow.com/questions/1162007/good-gis-software-or-components-for-windows-pc-in-net

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