本文介绍了我如何在我的applet中使用JXMapViewer?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我想写一个必须使用缩放/平移工具渲染我的地图图像的小程序,我发现JXMapViewer可以帮助我,如何使用它? 在哪里我可以找到相关的文档,这些文档可以帮助我编写一个applet,请求在我的图像服务器上提供要显示的图块? 图像服务器和.... !!!!? 帮助我:image服务器结构,tileprovider,tilefactory,... JXMapViewer需要。i want to write an applet that must render my map images with zoom/pan tools,i find out JXMapViewer can help me,how i can use it? where i can find related docs which help me to write an applet that request on my image server to provide tiles to render?what about image server and .... !!!!???help me on : image server structure, tileprovider, tilefactory,... that JXMapViewer need.推荐答案 Aeris贴图组件入门 您的Swing应用程序中的NASA地图 制图圣诞礼物 拼出地图和新砖提供商 使用JXMapViewer将地图构建到您的Swing应用程序中 映射Mashups w ith JXMapViewer Getting started with the Aerith Mapping ComponentNASA Maps in your Swing AppA Mapping Christmas PresentTricked out maps and a new tile providerBuilding Maps into Your Swing Application with the JXMapViewerMapping Mashups with the JXMapViewer另外,以下是一些我发现有用的资源:In addition, here are some other resources I have found useful: SwingLabs论坛 a>,您可以在其中提出有关JXMapViewer的问题 SwingX-WS Continuous Build(Hudson),您可以在其中下载最新版本的SwingX-WS SwingLabs forums, where you can ask questions about JXMapViewerSwingX-WS Continuous Build (Hudson), where you can download the latest version of SwingX-WS我发现的功能的最佳组合使用了SwingX-WS的最新连续构建,即JAR在2008年4月16日构建的( direct link )。但是,SwingX-1.0中的一些内容已经发生了变化,而最新的SwingX-WS JAR不适用于SwingX-1.0。所以我不得不下载 SwingX 0.9.7 (直接链接到JAR )。您将需要 swingx-0.9.7.jar 文件以及 swingx-beaninfo-0.9.7.jar 。The best combination of functionality I have found uses the latest continuous build of SwingX-WS, which is that JAR built on April 16, 2008 (direct link). However, some things have changed in SwingX-1.0 and that latest SwingX-WS JAR won't work with SwingX-1.0. So I had to download SwingX 0.9.7 (direct link to the JAR). You'll need both the swingx-0.9.7.jar file as well as the swingx-beaninfo-0.9.7.jar. 这篇关于我如何在我的applet中使用JXMapViewer?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-27 03:03