如何通过 .NET 使用外部数据(XML、SQL Server)创建 MapInfo Tab 文件
我需要一种使用 .NET (C Sharp) 创建 MapInfo 选项卡(以及关联文件、IDX、DAT 等)包的方法,最好是一个开源(免费)库?
我有一些带有关联 GIS(经度/纬度等)信息的数据,我想创建 MapInfo 文件,以便用户可以可视化数据。
我需要创建多个具有不同特征(线和点)的图层,每个图层都有与关联数据相对应的自己的样式。
谢谢!
托默
I need a way to create MapInfo tab (and associated files, IDX, DAT etc) package using .NET (C Sharp) and preferably, an open source (free) library?
I have some data with associated GIS (longitude/latitude etc) informtion and I want to create MapInfo files so that users can visualize the data.
I need to create several layers with different features (lines and points) each with its own styles corresponding to associated data.
Thanks!
Tomer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现使用 ThinkGeo 库可以制作这样的文件,尽管它只能执行基本层而不是所需的格式...我认为使用 MapInfo API 也是可能的...继续寻找解决方案
I've found that making a such files is possible with ThinkGeo library though it can only do basic layer and not the required formatting... I assume that with MapInfo API it is possible as well... keep on searching for a solution