简体   繁体   English

使用Java WorldWind,但需要替代方法

[英]Using Java WorldWind, but want an alternative

So, I realize this might not be the right site, but I didn't think it would be respectful to ask it on the WorldWind forums. 因此,我意识到这可能不是一个合适的网站,但是我认为在WorldWind论坛上提出该问题并不值得尊重。 If it should be somewhere else, please let me know. 如果应该在其他地方,请告诉我。

Anyways... 无论如何...

I have this Java application that currently uses WorldWind to display a globe and place bitmaps corresponding to an item's location. 我有这个Java应用程序,当前使用WorldWind来显示地球仪并放置与项目位置相对应的位图。 WorldWind was initially picked for the project as an alternative to Google's product and because it had the "3D" effect. 最初,WorldWind被选为该项目的替代产品,因为它具有“ 3D”效果。 However, requirements change, and the 3D Globe is no longer necessary. 但是,需求不断变化,不再需要3D Globe。 (Also, WorldWind was a little heavy for the project - we found out that we would really like just a 2 color version if possible.) (此外,WorldWind对该项目有点沉重-我们发现,如果可能的话,我们真的只希望使用2色版本。)

My question to you all is: 我对大家的问题是:

What would you suggest as an alternative to WorldWind? 您有什么建议替代WorldWind? I'm looking for just a "flat" map (or even just an image of the world...) that is zoomable, and is possible to layer objects on top of it (and those objects can move over time). 我正在寻找可缩放的“平坦”地图(甚至只是世界图像……),并且可以在其上分层放置对象(这些对象可以随时间移动)。

I have not really done much with map/image programming so please take that into consideration when replying :) 我在地图/图像编程方面还没有做很多事情,因此在回复时请考虑到这一点:)

Have you checked out GeoTools ? 您是否签出了GeoTools I believe it should be more than capable for what you are trying to do, though like WorldWind, the actual content is what contributes to things like color and such. 我相信它应该比您尝试做的事要有更多的能力,尽管像WorldWind一样,实际的内容是对诸如此类的东西有所贡献的。 Check out the quickstart which even includes some sample shapefile content, and has an example of an application which displays the shapefile content in a map frame. 查看快速入门 ,该快速入门甚至包括一些样本shapefile内容,并有一个在地图框中显示shapefile内容的应用程序示例。 You may have to get your hands a bit dirty to play with geo-referenced bitmaps, though... 不过,您可能需要动手才能使用地理参考的位图。

EDIT: I also found this on the Google: JXMapViewer 编辑:我也在Google上找到了这个: JXMapViewer

(just for the record, WorldWind has a " FlatMap " option) (仅作记录,WorldWind具有“ FlatMap ”选项)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM