Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info; Coordinate out of bounds!

2015-05-11 Thread Giuseppe Aruta
It sounds to me a good idea, Alberto
Peppe

2015-05-11 12:05 GMT+02:00 Alberto De Luca - GeA 
alberto.del...@geomaticaeambiente.com:

 Hi everyone!

 It appears to me that the issue is due to the fact that
 OpenJUMPSextanteRasterLayer and GridExtent assume X and Y cell sizes to
 be equal. This is a problem when, like with this very TIFF, the two
 sizes differ, and the method GridExten#recalculateNXAndNY() calculates a
 wrong row count (because it uses the x cell size, the only one it knows,
 instead of the y cell size). In practice, it calculates 778 rows instead
 of 777. Using the right y cell size would lead to a correct result.

 I could try to amend the OpenJUMPSextanteRasterLayer (up to
 ISextanteLayer) and make them capable of handling two different cell
 sizes for x, and y (to be honest I don't know how many other classes
 will be involved...).

 What do you reckon?
 Alberto


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info; Coordinate out of bounds!

2015-05-11 Thread Alberto De Luca - GeA
Hi everyone!

It appears to me that the issue is due to the fact that 
OpenJUMPSextanteRasterLayer and GridExtent assume X and Y cell sizes to 
be equal. This is a problem when, like with this very TIFF, the two 
sizes differ, and the method GridExten#recalculateNXAndNY() calculates a 
wrong row count (because it uses the x cell size, the only one it knows, 
instead of the y cell size). In practice, it calculates 778 rows instead 
of 777. Using the right y cell size would lead to a correct result.

I could try to amend the OpenJUMPSextanteRasterLayer (up to 
ISextanteLayer) and make them capable of handling two different cell 
sizes for x, and y (to be honest I don't know how many other classes 
will be involved...).

What do you reckon?
Alberto

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info; Coordinate out of bounds!

2015-05-08 Thread Rahkonen Jukka (MML)
Hi Uwe,

I can't reproduce with a vanilla r.4426 on Windows, jre 1.8.0_40 32-bit when I 
open the image into an empty project window. The bounding box dialogue appears, 
if I accept the defaults the image opens and raster info tool works. The 
envelope is: Env[0.0 : 838.0, 89.0 : 866.0]
Could you send the also the .tfw and .tif.aux.xml files which appear into the 
image directory so I can have a try with your values?

-Jukka Rahkonen-


Uwe Dalluege wrote:

Hi,

after loading a .tif file (OrthoFotoGC.tif) with OpenSextante Raster Image and 
try Raster Layer Info I receive the message:
Coordinate out of bounds!

java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds!
at java.awt.image.ComponentSampleModel.getSampleDouble(Unknown Source)
at java.awt.image.Raster.getSampleDouble(Unknown Source)
at
org.openjump.core.rasterimage.sextante.OpenJUMPSextanteRasterLayer.getCellValueInLayerCoords(OpenJUMPSextanteRasterLayer.java:178)
at
org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapper.getCellValueInLayerCoords(GridWrapper.java:86)
at
org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapperNotInterpolated.getCellValueAsDouble(GridWrapperNotInterpolated.java:132)
at
org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getCellValueAsDouble(AbstractSextanteRasterLayer.java:112)
at
org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.calculateStatistics(AbstractSextanteRasterLayer.java:362)
at
org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getMinValue(AbstractSextanteRasterLayer.java:469)
at
org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getMinValue(AbstractSextanteRasterLayer.java:515)
at
org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.InfoText(RasterImageLayerPropertiesPlugIn.java:432)
at
org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.execute(RasterImageLayerPropertiesPlugIn.java:638)
at
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:342)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown 
Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown 
Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown 
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)



With OpenFile and then Layer Properties
it works.

I tested it with Version 20150507 snapshot rev.4426


Regards

Uwe
--
One dashboard for servers and applications across 

Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info; Coordinate out of bounds!

2015-05-08 Thread Rahkonen Jukka (MML)
Hi Uwe,

With the .tfw file I can reproduce. Unfortunately I do not know how to fix it. 
Issue has something to do with the accuracy of the pixel size. Original .tfw is

0.8353221957040573
0.0
0.0
-0.8365508365508365
63900.0
51800.0

You can test by editing it into:

0.8
0.0
0.0
-0.8
63900.0
51800.0

Now image info works and you can even add some more decimals and it still works.

-Jukka-




-Alkuperäinen viesti-
Lähettäjä: Uwe Dalluege [mailto:uwe.dallu...@hcu-hamburg.de] 
Lähetetty: 8. toukokuuta 2015 11:20
Vastaanottaja: Rahkonen Jukka (MML); OpenJump develop and use
Aihe: Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info; Coordinate out 
of bounds!

Hi Jukka,

sorry, I forgot to send the .tfw file.

This is an air photo of my GeoCity examples for my tutorial (please see the 
.jml files, they must match for the picture).

Greetings from Hamburg

Uwe



Am 08.05.2015 um 10:01 schrieb Rahkonen Jukka (MML):
 Hi Uwe,

 I can't reproduce with a vanilla r.4426 on Windows, jre 1.8.0_40 
 32-bit when I open the image into an empty project window. The bounding box 
 dialogue appears, if I accept the defaults the image opens and raster info 
 tool works. The envelope is: Env[0.0 : 838.0, 89.0 : 866.0] Could you send 
 the also the .tfw and .tif.aux.xml files which appear into the image 
 directory so I can have a try with your values?

 -Jukka Rahkonen-


 Uwe Dalluege wrote:

 Hi,

 after loading a .tif file (OrthoFotoGC.tif) with OpenSextante Raster Image 
 and try Raster Layer Info I receive the message:
 Coordinate out of bounds!

 java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds!
   at java.awt.image.ComponentSampleModel.getSampleDouble(Unknown Source)
   at java.awt.image.Raster.getSampleDouble(Unknown Source)
   at
 org.openjump.core.rasterimage.sextante.OpenJUMPSextanteRasterLayer.getCellValueInLayerCoords(OpenJUMPSextanteRasterLayer.java:178)
   at
 org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapper.getCellValueInLayerCoords(GridWrapper.java:86)
   at
 org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapperNotInterpolated.getCellValueAsDouble(GridWrapperNotInterpolated.java:132)
   at
 org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getCellValueAsDouble(AbstractSextanteRasterLayer.java:112)
   at
 org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.calculateStatistics(AbstractSextanteRasterLayer.java:362)
   at
 org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getMinValue(AbstractSextanteRasterLayer.java:469)
   at
 org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getMinValue(AbstractSextanteRasterLayer.java:515)
   at
 org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.InfoText(RasterImageLayerPropertiesPlugIn.java:432)
   at
 org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.execute(RasterImageLayerPropertiesPlugIn.java:638)
   at
 com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:342)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
   at 
 javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
 Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown 
 Source)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown 
 Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4

Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info; Coordinate out of bounds!

2015-05-08 Thread Giuseppe Aruta
Hi Uwe and Jukka,
I reproduced the same error message.
I checked the Raster Info class and tried to find a solution with no
success. I will see on next days.
As far as I remember I had the same problem with raster images saved by
openjump (like save view as image).

I will write a note about Jukka'ss test on our wiki on-line manual.

--

I tested that reducing the decimals to 2:

0.83
0.0
0.0
-0.83
63900.0
51800.0

the Layer info works. The difference in Easting/Northing (at that position)
between the original worldfile and the new one is only of few millimtres.
See the following screenshot.




Peppe

2015-05-08 13:59 GMT+02:00 Uwe Dalluege uwe.dallu...@hcu-hamburg.de:

 Hi Jukka,

 if you use the .tfw world-file calculated by OpenJUMP with

 minx = 63900
 maxx = 64600
 miny = 51150
 maxy = 51800

 the Raster Layer Info also does not work :-(

 By the way:

 The JTextFields of the worldfile dialog
 first are too short. After I extend the dialog-window
 in y the JTextFields grow bigger.

 I use the metal-look-and-feel for OJ.

 Have a nice weekend!

 Uwe




 Am 08.05.2015 um 10:49 schrieb Rahkonen Jukka (MML):

 Hi Uwe,

 With the .tfw file I can reproduce. Unfortunately I do not know how to
 fix it. Issue has something to do with the accuracy of the pixel size.
 Original .tfw is

 0.8353221957040573
 0.0
 0.0
 -0.8365508365508365
 63900.0
 51800.0

 You can test by editing it into:

 0.8
 0.0
 0.0
 -0.8
 63900.0
 51800.0

 Now image info works and you can even add some more decimals and it still
 works.

 -Jukka-




 -Alkuperäinen viesti-
 Lähettäjä: Uwe Dalluege [mailto:uwe.dallu...@hcu-hamburg.de]
 Lähetetty: 8. toukokuuta 2015 11:20
 Vastaanottaja: Rahkonen Jukka (MML); OpenJump develop and use
 Aihe: Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info;
 Coordinate out of bounds!

 Hi Jukka,

 sorry, I forgot to send the .tfw file.

 This is an air photo of my GeoCity examples for my tutorial (please
 see the .jml files, they must match for the picture).

 Greetings from Hamburg

 Uwe



 Am 08.05.2015 um 10:01 schrieb Rahkonen Jukka (MML):

 Hi Uwe,

 I can't reproduce with a vanilla r.4426 on Windows, jre 1.8.0_40
 32-bit when I open the image into an empty project window. The bounding
 box dialogue appears, if I accept the defaults the image opens and raster
 info tool works. The envelope is: Env[0.0 : 838.0, 89.0 : 866.0] Could you
 send the also the .tfw and .tif.aux.xml files which appear into the image
 directory so I can have a try with your values?

 -Jukka Rahkonen-


 Uwe Dalluege wrote:

 Hi,

 after loading a .tif file (OrthoFotoGC.tif) with OpenSextante Raster
 Image and try Raster Layer Info I receive the message:
 Coordinate out of bounds!

 java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds!
 at java.awt.image.ComponentSampleModel.getSampleDouble(Unknown
 Source)
 at java.awt.image.Raster.getSampleDouble(Unknown Source)
 at

 org.openjump.core.rasterimage.sextante.OpenJUMPSextanteRasterLayer.getCellValueInLayerCoords(OpenJUMPSextanteRasterLayer.java:178)
 at

 org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapper.getCellValueInLayerCoords(GridWrapper.java:86)
 at

 org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapperNotInterpolated.getCellValueAsDouble(GridWrapperNotInterpolated.java:132)
 at

 org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getCellValueAsDouble(AbstractSextanteRasterLayer.java:112)
 at

 org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.calculateStatistics(AbstractSextanteRasterLayer.java:362)
 at

 org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getMinValue(AbstractSextanteRasterLayer.java:469)
 at

 org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getMinValue(AbstractSextanteRasterLayer.java:515)
 at

 org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.InfoText(RasterImageLayerPropertiesPlugIn.java:432)
 at

 org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.execute(RasterImageLayerPropertiesPlugIn.java:638)
 at

 com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:342)
 at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
 at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
 Source)
 at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
 Source)
 at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
 at javax.swing.AbstractButton.doClick(Unknown Source)
 at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
 at
 javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
 Source)
 at java.awt.Component.processMouseEvent(Unknown Source)
 at javax.swing.JComponent.processMouseEvent(Unknown Source

Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info; Coordinate out of bounds!

2015-05-08 Thread Uwe Dalluege

Hi Jukka,

if you use the .tfw world-file calculated by OpenJUMP with

minx = 63900
maxx = 64600
miny = 51150
maxy = 51800

the Raster Layer Info also does not work :-(

By the way:

The JTextFields of the worldfile dialog
first are too short. After I extend the dialog-window
in y the JTextFields grow bigger.

I use the metal-look-and-feel for OJ.

Have a nice weekend!

Uwe



Am 08.05.2015 um 10:49 schrieb Rahkonen Jukka (MML):

Hi Uwe,

With the .tfw file I can reproduce. Unfortunately I do not know how to fix it. 
Issue has something to do with the accuracy of the pixel size. Original .tfw is

0.8353221957040573
0.0
0.0
-0.8365508365508365
63900.0
51800.0

You can test by editing it into:

0.8
0.0
0.0
-0.8
63900.0
51800.0

Now image info works and you can even add some more decimals and it still works.

-Jukka-




-Alkuperäinen viesti-
Lähettäjä: Uwe Dalluege [mailto:uwe.dallu...@hcu-hamburg.de]
Lähetetty: 8. toukokuuta 2015 11:20
Vastaanottaja: Rahkonen Jukka (MML); OpenJump develop and use
Aihe: Re: [JPP-Devel] Sextante Raster Image; Raster Layer Info; Coordinate out 
of bounds!

Hi Jukka,

sorry, I forgot to send the .tfw file.

This is an air photo of my GeoCity examples for my tutorial (please see the 
.jml files, they must match for the picture).

Greetings from Hamburg

Uwe



Am 08.05.2015 um 10:01 schrieb Rahkonen Jukka (MML):

Hi Uwe,

I can't reproduce with a vanilla r.4426 on Windows, jre 1.8.0_40
32-bit when I open the image into an empty project window. The bounding box 
dialogue appears, if I accept the defaults the image opens and raster info tool 
works. The envelope is: Env[0.0 : 838.0, 89.0 : 866.0] Could you send the also 
the .tfw and .tif.aux.xml files which appear into the image directory so I can 
have a try with your values?

-Jukka Rahkonen-


Uwe Dalluege wrote:

Hi,

after loading a .tif file (OrthoFotoGC.tif) with OpenSextante Raster Image and try 
Raster Layer Info I receive the message:
Coordinate out of bounds!

java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds!
at java.awt.image.ComponentSampleModel.getSampleDouble(Unknown Source)
at java.awt.image.Raster.getSampleDouble(Unknown Source)
at
org.openjump.core.rasterimage.sextante.OpenJUMPSextanteRasterLayer.getCellValueInLayerCoords(OpenJUMPSextanteRasterLayer.java:178)
at
org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapper.getCellValueInLayerCoords(GridWrapper.java:86)
at
org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapperNotInterpolated.getCellValueAsDouble(GridWrapperNotInterpolated.java:132)
at
org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getCellValueAsDouble(AbstractSextanteRasterLayer.java:112)
at
org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.calculateStatistics(AbstractSextanteRasterLayer.java:362)
at
org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getMinValue(AbstractSextanteRasterLayer.java:469)
at
org.openjump.core.rasterimage.sextante.AbstractSextanteRasterLayer.getMinValue(AbstractSextanteRasterLayer.java:515)
at
org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.InfoText(RasterImageLayerPropertiesPlugIn.java:432)
at
org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.execute(RasterImageLayerPropertiesPlugIn.java:638)
at
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:342)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500

Re: [JPP-Devel] sextante raster image popupmenu

2011-02-08 Thread Michaël Michaud

Hi,

I think adding a menu item is made by
featureInstaller.addPopupMenuItem

(see an example in LoadSextanteRasterImagePlugIn, in Intitialize method)

Michaël

Le 08/02/2011 07:08, Mohammed Rashad a écrit :

which file contains code for sextante raster image popup menu.

Toggle Raster Image Visibility
...
...
Remove selected rasterimages

--
Thanks  Regards
Rashad


--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] sextante raster image popupmenu

2011-02-07 Thread Mohammed Rashad
which file contains code for sextante raster image popup menu.

Toggle Raster Image Visibility
...
...
Remove selected rasterimages

-- 
Thanks  Regards
Rashad
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Sextante Raster Image

2009-10-11 Thread Stefan Steiniger
Hei Uwe,

just found this

Sextante = Sistema EXTremeno de ANalisis TErritorial

:)

stefan

Uwe Dalluege schrieb:
 Hi,
 
 I am a little confused
 about the term Sextante Raster Image in the Open-Wizard.
 What is the sense of the word Sextante?
 
 Regards
 
 Uwe Dalluege
 

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Sextante Raster Image

2009-10-01 Thread Uwe Dalluege
Hi,

I am a little confused
about the term Sextante Raster Image in the Open-Wizard.
What is the sense of the word Sextante?

Regards

Uwe Dalluege

-- 
--
Dipl.-Ing. Uwe Dalluege
Labor fuer Geoinformatik und Geovisualisierung
HafenCity Universitaet Hamburg
Hebebrandstr. 1
22297 Hamburg
Tel.: +49 40 42827 - 5335
Fax:  +49 40 42827 - 5409
E-Mail: mailto:uwe.dallu...@hcu-hamburg.de
Url: http://www.hcu-hamburg.de/geomatik/
--

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel