Hi all,
I started to translate AdbToolbox plugins (topopgraphic and Hydrologic) in 
English (from Italian) to make them more useful for non-Italian people. 

As you know AdbToolbox is a new brench of Openjump developed by an Italian 
company for public usage. It has some improvements on Hydrologic and 
Topographic usage. The software derives from Openjump 1.2F and  it is 
documented only in Italian (software, Plugins and help documentation). Thanks 
to the Italian Ministery of Environmentn we have the source code (open source) 
available at Openjump svn repository. 
My idea is to translate the new improvements to English and test them comparing 
to the "mother" software (Openjump).
I started to find the following  problem:

It seems that people who worked around AdbToolbox solved many problems on 
import/export DEM. It is possible to load .asc and .flt files on AdBtoolbox and 
work with them. The access to this files is connected to a modified Pirol 
RasterImage.jar files wich works only with DEM files (or it seems to be). But 
there must be  also other modifications included into the core program. 
I tried to use this modified rasterimage.jar with Openjump and had this 
following error message

java.lang.NoClassDefFoundError: org/gdal/gdal/gdal
        at pirolPlugIns.plugIns.PirolRasterImage.GdalBridge.<clinit>(Unknown 
Source)
        at 
pirolPlugIns.plugIns.PirolRasterImage.RasterImagePlugIn.executeThreaded(Unknown 
Source)
        at pirolPlugIns.plugIns.PirolRasterImage.RasterImagePlugIn.run(Unknown 
Source)
        at 
com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:149)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.gdal.gdal.gdal
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        ... 5 more

A DEM importer is critical , not only for the new topographic and Hydrologic 
Adbtoolbox plugins, but also for the usage og Sextante in Openjump.

NB. While Sextante works on Openjump, thanks to the original Pirol Rasterimage. 
it doesn't work on Adbtoolbox, thanks to this "modified" pirol rasterimage 
plugin.

I appreciate your comments and help

 Regards

Peppe


      

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to