如何在 Java Applet 中使用 Geotools
我正在尝试在网络上运行 geotools,并且一直在谷歌搜索如何在 Java 小程序中运行 geotools。但我什么也找不到。
有谁知道在 Web 服务器上运行 geotools 的最佳方法是什么(我正在使用 Apache),或者是否有任何运行 Geotools 的 Java 小程序示例。
谢谢
I am trying run geotools on the web and have been googling around how to run geotools in Java applets. But there is nothing I can find.
Does anyone know what is the best way to get geotools run on the web server (I'm using Apache), or is there any example Java applets that run Geotools.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GeoTools 在 Applet 或其他受限环境中可以正常工作。 epsg-wkt 插件是专门为此环境设置的(因为它不需要访问本地文件系统)。
事实上,小程序是 geotools 模块化设计的动机之一(因此您只包含您需要的 jars)。
GeoTools will work fine in an Applet or other restricted environment. The epsg-wkt plugin is explicitly set up for this environment (as it does not require access to the local file system).
Indeed applets are one of the motivations for geotools modular design (so you only include the jars you need).