Re: [JPP-Devel] changing of ReferencedImageFactory.isAvailable()

2008-04-27 Thread Stefan Steiniger
without looking on the sources: no.. It should be from Paul for the loaddata framework Stefan Sunburned Surveyor schrieb: > Stefan, > > I'm just curious, what is ReferencedImageFactory used for? Is it part > of Vivid's imagery framework? > > The Sunburned Surveyor > > On Sun, Apr 27, 2008 at

Re: [JPP-Devel] changing of ReferencedImageFactory.isAvailable()

2008-04-27 Thread Sunburned Surveyor
Stefan, I'm just curious, what is ReferencedImageFactory used for? Is it part of Vivid's imagery framework? The Sunburned Surveyor On Sun, Apr 27, 2008 at 4:59 PM, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > Hei, > > I would like to change the method from >ReferencedImageFactory.isAvailab

Re: [JPP-Devel] MrSid Layer not available in OpenJUMP due to inferences with WMSLayer changes (help needed)

2008-04-27 Thread Larry Becker
Hi Stefan, >a) I get an error message, when I use Zoom WMS Layer (which should of >course not work, as it isn't a WMS layer) > > Do you have here any hint too? The following change to ZoomToWMSPlugIn should address the problem of allowing Zoom to WMS Layer to enable with MrSID Layers: priva

Re: [JPP-Devel] MrSid Layer not available in OpenJUMP due to inferences with WMSLayer changes (help needed)

2008-04-27 Thread Stefan Steiniger
wow.. sometimes solutions can be very simple. And.. tata.. loading of MrSID layers works with your origial code (and in Eclise.) thank you Larry! Next weekend I may tackle the then the following things: a) I get an error message, when I use Zoom WMS Layer (which should of course not work, as

Re: [JPP-Devel] MrSid Layer not available in OpenJUMP due to inferences with WMSLayer changes (help needed)

2008-04-27 Thread Larry Becker
Hi Stefan, Sorry you had to waste time with this. You were on the right track. It can be fixed by commenting out the blackboard stuff in SIDLayer. Like: //private Blackboard blackboard = new Blackboard(); //public Blackboard getBlackboard() //{ //return blackboard; //}

Re: [JPP-Devel] JTIN 1st module

2008-04-27 Thread Stefan Steiniger
Ok. btw. You are not yet member of the team, which is required for write access to the source code repository. Can you register at Sourceforge.net and then send me (personally) your user info (user name). Then I will add you to the member list and grant write access. If this is done you should

[JPP-Devel] changing of ReferencedImageFactory.isAvailable()

2008-04-27 Thread Stefan Steiniger
Hei, I would like to change the method from ReferencedImageFactory.isAvailable() to ReferencedImageFactory.isAvailable(WorkbenchContext wbContext) any concerns? Having the workbenchContext would allow to have access to the apllication in terms of throwing messages, and would give also acce

[JPP-Devel] MrSid Layer not available in OpenJUMP due to inferences with WMSLayer changes (help needed)

2008-04-27 Thread Stefan Steiniger
Hei, ok.. I got a problem where I lack knowledge (and time) on solving the problem. The problem: One gets a null pointer exception if one tries to add a SIDLayer in OJ 1.2. The null pointer comes from a non existing Blackboard inside WMSLayer. SIDLayer actually extends WMLayer (in this case W

[JPP-Devel] JTIN 1st module

2008-04-27 Thread Christopher
I have decided that for the first JTIN “module,” I am going to write out an interface hierarchy that will cover most if not all the roadmap I have previously posted. While there won’t be any executable code, it will be heavily javadoc’d. In the process of laying out the interface structure, all t