What is the best way to generate KML files in C#?

↘锁芯ラ 提交于 2019-12-22 03:40:30

问题


What is the best way to generate KML files using C#?

Is there a class library that I can use? I have looked and struggled to find anything interesting.

libkml doesn't have a C# implementation or wrapper.

Any help would be great.


回答1:


SharpKML - library based on Google's C++ implementation of libkml




回答2:


Here are ​​​​​​​​​​​​​​​​some:

  • http://code.google.com/p/kml-library/
  • http://www.codeproject.com/KB/cs/Google_Earth_KML_Files.aspx
  • http://gekml.boseefus.com/


来源:https://stackoverflow.com/questions/2496660/what-is-the-best-way-to-generate-kml-files-in-c

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