通过 C# DLL 导入到 MapPoint 时遇到问题
我们正在尝试将文件从 C# dll 导入到 MapPoint,并且可以让它很好地读取数据,但是我们遇到了 MapPoint 无法识别所有地址的问题。目前,我们的文件不仅包含地址信息,还包含纬度和经度(在纬度和经度标题下)。我们是否可以设置任何选项或可以使用任何方法来告诉 MapPoint 使用纬度和经度代替地址或除了地址之外使用纬度和经度?到目前为止我还没有找到任何东西,但无论如何我可能找错地方了。谢谢。
We're trying to import a file from a C# dll into MapPoint, and can get it to read the data just fine, but we are having trouble with MapPoint not recognizing all of the addresses. Currently, our file contains not only address information, but latitude and longitude as well (under the headers of Lat and Lon). Is there any options we can set, or any methods we can use that will allow us to tell MapPoint to use the latitude and Longitude in place of, or in addition to the address? So far I've not found any, but I could be looking in the wrong place anyway. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该能够通过纬度、经度坐标定位位置对象,并使用经度、纬度坐标定位输入数据(例如,来自 Excel 或 Access)。您实际上是如何在 MapPoint 中创建数据的?
理查德
You should be able to locate Location objects by Latitude, Longitude coordinates, and to locate input data (eg. from Excel or Access) using Longitude,Latitude coordinates. How are you actually creating the data in MapPoint?
Richard
Map Point 2010 将允许您输入基于经度和纬度的位置。您使用的是基于网络的 Bing API 还是 Map Point 应用程序 API?我在我的一个应用程序中使用了相同的功能。如果您使用应用程序 API,ShowFindDialog 方法甚至会弹出一个预滚动窗口,其中包含位置的搜索条件,您可以在其中输入纬度和经度。如果您有详细问题,请参阅 MSDN 文章。 http://msdn.microsoft.com/en-us/library/aa562422.aspx
Map Point 2010 will allow you to enter a Location based on Longitude and Latitude. Are you using the Web Based Bing API or the Map Point application API? I am using this same functionality in one of my applications. If you are using the application API, the ShowFindDialog method will even throw up a pre-rolled window with search criteria for a location, and you can enter latitude and longitude there. See the MSDN article if you have detailed questions. http://msdn.microsoft.com/en-us/library/aa562422.aspx