Re: [JPP-Devel] DropDown Button

2010-12-13 Thread Benjamin Gudehus
Hi Landon! DropDownButton is (as Matthias stated) part of the NetBeans OpenIDE Library. Builds are available from http://bits.netbeans.org/maven2/org/netbeans/api/. org.openide.awt.DropDownButton is in org-openide-awt and is dependant to two other JARs (i.e. ImageUtilities needs org-openide-uti

Re: [JPP-Devel] image layer

2010-12-13 Thread Michaël Michaud
Hi Rashad, Arnd is right, yo must use openjump-1.4.0.2s.zip to test OpenJUMP with Sextante. Don't pay attention to the directory name. Maybe the reason why Stefan put it there is that it includes the ecw plugin which may be only supported by window platform. Michaël Le 12/12/2010 04:50, Moh

Re: [JPP-Devel] gui

2010-12-13 Thread Mohammed Rashad
yes, I got it. I am learning JUMP code now. its good :) On Mon, Dec 13, 2010 at 11:17 PM, Sunburned Surveyor < sunburned.surve...@gmail.com> wrote: > Mohammed, > > What GUI stuff are you trying to do with OJ? You need to be more > specific in your questions. There are different ways to create new

[JPP-Devel] Fwd: Please help update status and tweak docs on the OSGeo-Live DVD

2010-12-13 Thread Sunburned Surveyor
Is there anyone willing to help me get OpenJUMP ready for the next OSGeo Live DVD? The Sunburned Surveyor -- Forwarded message -- From: Cameron Shorter Date: Fri, Dec 10, 2010 at 2:47 AM Subject: Please help update status and tweak docs on the OSGeo-Live DVD To: activityworkshop

Re: [JPP-Devel] cts extension

2010-12-13 Thread Sunburned Surveyor
The CTS extension is an independent plug-in. You'd have to look at the source code for that plug-in and figure out which parts of it you want to integrate into your own plug-in. OJ doesn't have a real good system for sharing parts between plug-ins, which means you may be reduced to copying and past

Re: [JPP-Devel] sextante raster layer

2010-12-13 Thread Sunburned Surveyor
Rashad, I don't do a lot with rasters in OJ, but I seem to remember more posts on this mailing list about Sextante than I do about jgdal. The Sunburned Surveyor On Sat, Dec 11, 2010 at 9:06 PM, Mohammed Rashad wrote: > How to load an no referenced image layer using sextante by code? > > On Sat,

Re: [JPP-Devel] DropDown Button

2010-12-13 Thread Sunburned Surveyor
Benjamin, What project is DropDownButton a part of? Is it part of Swing or another library? Thanks, The Sunburned Surveyor On Sat, Dec 11, 2010 at 12:50 PM, Benjamin Gudehus wrote: > Hey, > > I've tested DropDownButton, and it's the perfect alternative to the Flamingo > component. > > - DropDo

Re: [JPP-Devel] Copy statusbar to clipboard

2010-12-13 Thread Sunburned Surveyor
Thank you for the patch Matthias! The Sunburned Surveyor On Sat, Dec 11, 2010 at 8:48 AM, Matthias Scholz wrote: > Hi, > > I've commited a small patch for the statusbar of the WorkbenchFrame. Now > it is possible that you can change the size of the statusbar contents. > The location of the JSpli

Re: [JPP-Devel] gui

2010-12-13 Thread Sunburned Surveyor
Mohammed, What GUI stuff are you trying to do with OJ? You need to be more specific in your questions. There are different ways to create new task/project windows, dialog boxes, and toolbars. You can always check the code for existing OJ plug-ins for answers. I already posted a link to the JUMP D

Re: [JPP-Devel] add toolbar item

2010-12-13 Thread Benjamin Gudehus
Hi Mohammed, please have a look at the OpenJUMP wiki http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Adding_A_Toolbar_Button I've found this page very easily by going to the wiki main page http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Main_Page and doing a f

Re: [JPP-Devel] georeferencing from gvSIG

2010-12-13 Thread Alberto De Luca
Beppe, a very limited part of the code comes from the AdB-ToolBox codebase, namely the class for reading the ESRI floating point file format (flt). In fact, as you noted, AdB-ToolBox uses GDAL for raster visualization, but the single raster analysis plug-ins only allow the flt as input format

[JPP-Devel] add toolbar item

2010-12-13 Thread Mohammed Rashad
How to add a toolbar Item by code in OJ 1.4 -- Rashad -- Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Pl

Re: [JPP-Devel] georeferencing from gvSIG

2010-12-13 Thread Giuseppe Aruta
Alberto, Does it derive from originalAdB-ToolBox capability? I can see that the latter does depend on GDAL. But it would be interesting to port the tool "Leggi valore raster" (read raster value) from  AdB-ToolBox to OpenJUMP. Thanks Peppe --- Lun 13/12/10, Alberto De Luca ha scritto: Da: Albe

Re: [JPP-Devel] verify transformation

2010-12-13 Thread edgar . soldin
_Both_ are based on geotools. The extension is only interfacing code (gui etc.). Do you understand? You asked how to reproject programatically. Here is the answer: Use geotools to reproject geometries. ede On 13.12.2010 10:29, Mohammed Rashad wrote: > so which to use for openjump cts or geotoo

Re: [JPP-Devel] verify transformation

2010-12-13 Thread edgar . soldin
A. geotools 2 (gt2) is a set libraries B. cts extension is a oj extension which uses a very old version of gt2 to make use of gt2 reprojection in openjump ..ede On 13.12.2010 06:04, Mohammed Rashad wrote: > Dear Edgar, > I had a doubt. May be foolishness > If I can set coordinate reference syst

Re: [JPP-Devel] georeferencing from gvSIG

2010-12-13 Thread Alberto De Luca
Michaël and Rashad, before version 1.4, OJ could already open and visualize raster objects. But rasters were treated as images, so once loaded and visualized, information on pixel values was lost. Hence, no raster analysis of any sort was possible. Stefan and I tried to fill this gap. To avo