Java Swing 中的 GoogleEarth

发布于 2024-08-02 04:26:03 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

青柠芒果 2024-08-09 04:26:03

还有 NASA 的 World Wind SDK

There's also NASA's World Wind SDK.

甜宝宝 2024-08-09 04:26:03

在 Java Swing 应用程序中嵌入 GoogleEarth 是不可行的。无论是合法的还是其他的。不过,您可能会找到一种将 Google 地图嵌入框架的方法。

编辑:找到这个 google 帖子< /a>.

Embedding GoogleEarth inside Java Swing App is not feasible. Legally or otherwise. However you may find a way to embed Google Map on a frame.

Edit: Found this google post.

眼睛会笑 2024-08-09 04:26:03

尽管从技术上讲这是可能的(使用 JXMapViewer),但从法律上讲这是不可能的。 Google 不允许在浏览器之外使用 Google 地图。

一种可能的解决方案是嵌入 JWebPane (http://weblogs.java.net /blog/alex2d/archive/JWebPaneJ1.pdf) 到您的 Swing 应用程序中,但它还没有准备好:(

Even though technically it is possible (using JXMapViewer), legaly it is not. Google does not allow using Google Maps outside of the browser.

One possible solution would be to embed JWebPane (http://weblogs.java.net/blog/alex2d/archive/JWebPaneJ1.pdf) into your Swing App, but it is still not ready :(

忆梦 2024-08-09 04:26:03

我在大学做了一个使用 GPS 和 GSM 的车辆跟踪系统项目。
在项目中我们用来获取车辆的经纬度值并在Google地图上显示。
我们用于创建包含 Google 位置的框架的代码是 Map code.java

框架是通过创建该类的对象并调用方法

createmap(String x,String y);

来创建的,其中,x 纬度和 y 经度。

I did a project on vehicle tracking system using GPS and GSM at my college.
In the project we used to get the latitude and longitude value of vehicle and show it in Google map.
The code we used for creating a frame with Google location is Map code.java

The frame is created by creating an Object of the class and calling the method

createmap(String x,String y);

Where, x-latitude and y-longitude.

强辩 2024-08-09 04:26:03

我刚刚在 java.net 上发现了一个链接...

使用 JXMapViewer 将地图构建到 Swing 应用程序中

清风不识月 2024-08-09 04:26:03

这是一个小教程,解释了这一切:

http://www.brantb.com/2007/12/java-and-google-earth-com-api.html

它使用 Google Earth COM API

Here's a lil' tutorial which explains it all:

http://www.brantb.com/2007/12/java-and-google-earth-com-api.html

It uses the Google Earth COM API

痴者 2024-08-09 04:26:03

您可以使用 Jawin 提取本机存根并使用它将 Google Earth 嵌入到 Java Swing 容器中。我以前做过这个工作,请在 youtube

http://www.youtube 上观看我的演示视频。 com/watch?v=2Pf8V8uubVM

正如 WTP'-- 向博客指出的那样,http://www.brantb.com/2007/12/java-and-google-earth-com-api.html Brant 使用“com4J”生成存根。

You can use Jawin to extract native stubs and use it to embed Google Earth on a Java Swing container. I've worked on it before, please check my demo video on youtube

http://www.youtube.com/watch?v=2Pf8V8uubVM

As WTP'-- pointed out to the Blog, http://www.brantb.com/2007/12/java-and-google-earth-com-api.html Brant used "com4J" to generate the stubs.

明月夜 2024-08-09 04:26:03

您可以使用 java RDP 客户端并在远程桌面上运行 Google Earth

you could us a java RDP client and run Google Earth on a remote desktop

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文