We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(8)
还有 NASA 的 World Wind SDK。
There's also NASA's World Wind SDK.
在 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.
尽管从技术上讲这是可能的(使用 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 :(
我在大学做了一个使用 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.
我刚刚在 java.net 上发现了一个链接...
使用 JXMapViewer 将地图构建到 Swing 应用程序中
I just discovered a link on java.net ...
Building Maps into Your Swing Application with the JXMapViewer
这是一个小教程,解释了这一切:
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
您可以使用 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.
您可以使用 java RDP 客户端并在远程桌面上运行 Google Earth
you could us a java RDP client and run Google Earth on a remote desktop