Re: [JPP-Devel] SVN: [6490] core/trunk/src/com/vividsolutions/jump/workbench/ui/ JTablePanel.java

2020-09-17 Thread edgar . soldin
Peppe, apart from the typo it is as well cluttering our API. let's find a cleaner way to achieve what you want! ..ede On 9/17/2020 6:32, jump-pilot-svn--- via Jump-pilot-devel wrote: > Revision: 6490 > http://sourceforge.net/p/jump-pilot/code/6490 > Author: ma15569 > Date: 2020-0

Re: [JPP-Devel] SVN: [6490] core/trunk/src/com/vividsolutions/jump/workbench/ui/ JTablePanel.java

2020-09-17 Thread Giuseppe Aruta
>it is as well cluttering our API Do you mean to add a panel on JTablePanel and then to remove it on a plugin? I agree. But honestly in this moment I don't find another solution. The time I added the class JTablePanel to OpenJUMP, I was thinking of an easy (and uniform) way to manage data on a ta

[JPP-Devel] Fwd: [jira] [Commented] (IMAGING-265) ArrayIndexOutOfBoundsException on reading simple GeoTIFF

2020-09-17 Thread edgar . soldin
just fyi. there is an answer to the apache commons ticket sounds like we should provide more "not working" samples?!. mono band tiffs come to mind. maybe on of you users could collect a sample set that is currently not loadable via apache commons imaging? ..ede Forwarded Message

[JPP-Devel] SVN: [6492] core/trunk/src/com/vividsolutions/jump/workbench/ui/ SplashWindow.java

2020-09-17 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6492 http://sourceforge.net/p/jump-pilot/code/6492 Author: edso Date: 2020-09-17 12:51:48 + (Thu, 17 Sep 2020) Log Message: --- attach icon to SplashWindow early so the OJ icon is shown in task overview as opposed to the jdk default one Modified Paths: --

Re: [JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-17 Thread Giuseppe Aruta
Hi Ede, the class com.vividsolutions.jump.workbench.imagery.geoimg.GeoReferencedRaster (and related) work very well on loading raster in sextante. In order to clean up from any message error belonging to classes non used by Sextante (ReferencedImage at similar and the method .paint. I made a copy

Re: [JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-17 Thread edgar . soldin
hey Peppe, On 9/17/2020 14:58, Giuseppe Aruta wrote: > Hi Ede, > the class > com.vividsolutions.jump.workbench.imagery.geoimg.GeoReferencedRaster (and > related) work very well on loading raster in sextante. > In order to clean up from any message error belonging to classes non used > by Sextante

Re: [JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-17 Thread Giuseppe Aruta
Ok, I made this quick test: a) I identified that in the class GeoImageFactory there is a method to define the priority of the loader public static int getPriority(... b) I found this line (227, I think) if (name.startsWith("com.vividsolutions.jump.workbench.imagery")) { return 10;

Re: [JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-17 Thread Giuseppe Aruta
Hi Ede, sorry, I sent the message just a microsecond I received yours >how about we modify the sources eg. TIFFUtil and others instead to fit your need instead? Yes >i don't understand. you mean retrieving georeferencing values, image dimensions, both? georeferencing values. In the way sextante l

Re: [JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-17 Thread Giuseppe Aruta
In any case I need compare the same errors with Roberto: we are working around this "bug" since a couple of days and right now we cannot perfectly duplicate the same errors: I have errors only on one file, anyhowI can load and view all the file, included the fault one) Robberto verified the error i

Re: [JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-17 Thread edgar . soldin
let me have a look at it over the weekend. i am fairly certain that i can cut out some computing which is not necessary for sextante raster, which might already fix this issue. ..ede On 9/17/2020 15:34, Giuseppe Aruta wrote: > In any case I need compare the same errors with Roberto: > we are wo

Re: [JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-17 Thread Giuseppe Aruta
Thanks Ede Il gio 17 set 2020, 16:47 ha scritto: > let me have a look at it over the weekend. i am fairly certain that i can > cut out some computing which is not necessary for sextante raster, which > might already fix this issue. > > ..ede > > On 9/17/2020 15:34, Giuseppe Aruta wrote: > > In a

[JPP-Devel] SVN: [6493] core/trunk

2020-09-17 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6493 http://sourceforge.net/p/jump-pilot/code/6493 Author: edso Date: 2020-09-17 19:35:40 + (Thu, 17 Sep 2020) Log Message: --- move essential imageio-ext components and gdal bindings back into CORE as they actually needed during compile time Modified Paths:

[JPP-Devel] SVN: [6494] core/trunk/scripts/oj_windows.bat

2020-09-17 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6494 http://sourceforge.net/p/jump-pilot/code/6494 Author: michaudm Date: 2020-09-17 22:30:42 + (Thu, 17 Sep 2020) Log Message: --- Avoid error message due to the absence of mediaLib Modified Paths: -- core/trunk/scripts/oj_windows.bat Modifie