开发者

KML to SqlGeography

开发者 https://www.devze.com 2023-01-21 02:56 出处:网络
Anyone have a function or DLL that will co开发者_JAVA技巧nvert KML to SqlGeography (SQLServer DataType)?

Anyone have a function or DLL that will co开发者_JAVA技巧nvert KML to SqlGeography (SQLServer DataType)?

I'll write it out myself if i have to, but i'm surprised i can't find one out there.


I created a project to do it when I had this problem. I've got it open sourced now. (https://github.com/pharylon/kml2sql). If it isn't exactly what you need, SharpKML is a great library for getting started on your own project. (http://sharpkml.codeplex.com/).


Other people have had this problem. There are solutions but they are generally overkill. Here is a lighter solution:

http://consultingblogs.emc.com/stevewright/archive/2009/01/23/how-to-load-spatial-data-into-sql-server-2008-from-net.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消