通过 Google Earth API 加载个人图像
以下是我的要求:
- 我需要离线工作
- 我有自己的图像要加载到 Google Earth
- 我希望能够使用 Google Earth API 从 .NET 应用程序加载我的图像(我已经可以将 GE 嵌入到 Google Earth 中)我的 winform)
我还没有弄清楚如何通过 GE API 加载非谷歌图像。这可以做到吗?
我们目前使用 Arcmap。加载图像,然后使用自定义插件将数据加载到 Arcmap 中并从 Arcmap 渲染所有内容。
Here are my requirements:
- I need to work offline
- I have my own imagery to load into Google Earth
- I'd like to be able to use the Google Earth API to load my imagery from say a .NET app(I can already embed GE in my winform)
I have not figured out how to load non-google imagery via the GE API. Can this be done?
We currently use Arcmap. Load imagery, and then using a custom plugin load data in to Arcmap and render all from Arcmap.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用免费 API 加载您自己的图像,例如使用 groundOverlay。然而,根据设计,免费 API 并不是为离线使用而设计的(此外,它的使用条款还要求您的应用程序是免费的,并且可供任何人使用,但您的应用程序可能并非如此)。
如果您需要使用 API 进行完全离线设置,您可能希望购买企业许可证,该许可证附带 API 离线加载程序,并允许您完全使用自己的数据集构建自己的自定义地球仪。
You can load your own imagery using the free API, using for example a groundOverlay. However by design the free API is not designed for offline use (and additionally it's terms of use require, amongst other things, your app is free and available to anyone which may not be the case for your app).
If you need to have an entirely offline setup with the API you may wish to purchase and Enterprise license which comes with an offline loader for the API along with allowing you to build your own custom globe with entirely your own datasets.