Map API for Java Swing

ε祈祈猫儿з 提交于 2019-11-30 03:23:52

问题


I want to visualise the geographic map in the swing application. I found only swingx map api.

Do you know other open-source map api?


回答1:


Try Geotools, it has a good API and tools for geospatial data.




回答2:


You could use this mappanel in Swing:

http://mappanel.sourceforge.net/

This is completely open source.

together with openstreetmap.org maps.




回答3:


A little late, but here is a solution:

Slippy maps for Java Swing GUIs: SwingX-WS




回答4:


hey have a look at SVG Batik of Apache at http://xmlgraphics.apache.org/batik/ . I built an interactive game with svg file for country location on an african map.

Hope this helps.



来源:https://stackoverflow.com/questions/5216881/map-api-for-java-swing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!