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
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
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
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
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;
//}
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
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
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
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 wont be any executable code, it
will be heavily javadocd.
In the process of laying out the interface structure,
all t