[JPP-Devel] Nightly build does not start up in Finnish

2006-11-27 Thread Rahkonen Jukka
Hi all (but mostly Stefan I believe), I cannot start up the nightly build in Finnish but I get this error message instead: java.lang.StringIndexOutOfBoundsException: String index out of range: 0 If I add "-i18n en" to openjump.bat I can start it in English but in the Project window the names o

[JPP-Devel] Is there a spatial function "is not equal"?

2006-11-27 Thread Rahkonen Jukka
Hi, I am thinking about how to sort out the features that has been edited so they could be passed on to a further process. I found that in OpenJUMP I can almost do what I want with Analysis-Queries-Spatial query tool. I worked this way: - I opened the layer I would like to edit (let's think th

Re: [JPP-Devel] Nightly build does not start up in Finnish

2006-11-27 Thread Stefan Steiniger
Hei Jukka, no .. you do not need to send a new file. The point is, the system automatically recognizes your language. And if aviailable (like it is now) it sets the language during start. This means, it will now always start in finnish and not english. For english you need to use the -i18n en ar

Re: [JPP-Devel] Is there a spatial function "is not equal"?

2006-11-27 Thread Stefan Steiniger
Hei Jukka, there is also in tools\QA a geometry difference function, did you tried that? stefan Rahkonen Jukka wrote: >Hi, > >I am thinking about how to sort out the features that has been edited so they >could be passed on to a further process. I found that in OpenJUMP I can >almost do wh

Re: [JPP-Devel] Is there a spatial function "is not equal"?

2006-11-27 Thread Rahkonen Jukka
Hi, I tried immediately after your suggestion, but it is doing other things. At least I believe it shows where the dirrerences are in the feature geometry. I would like to filter the features to those which are identical and to those which are not. The spatial query "equals" is so close to

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Ugo Taddei
Hello, actually "spatial-is-not-equal-to" is called disjoint. difference returns a geometry. Cheers, Ugo > Hi, > > I tried immediately after your suggestion, but it is doing other > things. At least I believe it shows where the dirrerences are in the > feature geometry. I would like to filter

Re: [JPP-Devel] Nightly build does not start up in Finnish

2006-11-27 Thread Rahkonen Jukka
Lähettäjä: [EMAIL PROTECTED] puolesta: Stefan Steiniger >Hei Jukka, >The point is, the system automatically recognizes your language. And if >aviailable (like it is now) it sets the language during start. >This means, it will now always start in finnish and not english. For >english you need to u

Re: [JPP-Devel] Nightly build does not start up in Finnish

2006-11-27 Thread Stefan Steiniger
mhm.. yep... some of the problems which come from the time of initialization (i though i have fixed that, apart for "working", "system" categroy and the buttons.. but it seem like i forgot some) Actually a stronger argument than -i18n is to use the javaw option -dUser en .. i think, then ever

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Stefan Steiniger
mhm.. but disjoint is hard to realize. But i guess what would be simpler is to have an "invert selection" function in the menu. Shall we put that on the todo list? stefan Ugo Taddei wrote: >Hello, > >actually "spatial-is-not-equal-to" is called disjoint. difference returns >a geometry. >Cheers

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Rahkonen Jukka
Lähettäjä: Ugo Taddei [mailto:[EMAIL PROTECTED] >Hello, >actually "spatial-is-not-equal-to" is called disjoint. difference returns >a geometry. >Cheers, >Ugo I tried that also, but the result is not what I am hoping for. I made two screenshots to clarify what I am looking for. I hope they ar

[JPP-Devel] Starting New LayoutPlugin for OpenJump

2006-11-27 Thread Jan-Oliver Wagner
Dear OpenJump users and developers, we (that is Intevation in Germany [1]) are currently planning the implementation of a new OpenJump plugin for Layout functionality. There already exists one ("PrintLayout") from SIGLE. But we do need more functionality and it turned out that PrintLayout is kep

Re: [JPP-Devel] Starting New LayoutPlugin for OpenJump

2006-11-27 Thread [EMAIL PROTECTED]
Hello Jan-Oliver, Great news! I am delighted to hear that your team will do this very important plugin for layout and printing. It has been a long-awaited functionality. Many thanks, Steve Message d'origine De: [EMAIL PROTECTED] Date: 27.11.2006 14:37 À: , <[EMAIL PROTECTED] project.org

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Larry Becker
I'm guessing by the fact that no one has mentioned it, that OJ hasn't implemented the "Complement Result" option from VividSolutions yet? Larry On 11/27/06, Rahkonen Jukka <[EMAIL PROTECTED]> wrote: Lähettäjä: Ugo Taddei [mailto:[EMAIL PROTECTED] >Hello, >actually "spatial-is-not-equal-to" i

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Sunburned Surveyor
I don't think so Larry. Is this something that was available in the latest release of JUMP? Or is it found in JTS? The Sunburned Surveyor On 11/27/06, Larry Becker <[EMAIL PROTECTED]> wrote: > I'm guessing by the fact that no one has mentioned it, that OJ hasn't > implemented the "Complement Resu

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Sunburned Surveyor
Jukka, I don't think this would be too terribly difficult to implement. At least not the logic for the algorithm. Do you have any Java coding experience? If not, I might be able to cook something up. If I wrote a tool that did what Jukka was talking about, where would be the appropriate place to

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Larry Becker
"Complement Results" is available in JUMP 1.2 and has been there for several months. On 11/27/06, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: I don't think so Larry. Is this something that was available in the latest release of JUMP? Or is it found in JTS? The Sunburned Surveyor On 11/27/06

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Stefan Steiniger
great Larry! so much on undocumented functionality.. it is in >> Queries >> Spatial Query... - Use Mask Layer as second layer - use "equals" as relation - check the box for "complement result" :) and of course it works: thanx to Martin (i guess the spatial query was his implementation) stefan

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Sunburned Surveyor
Sweet! We'll have to add this to our list of things from JUMP 1.2 that we want to integrate into OpenJUMP. SS On 11/27/06, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > great Larry! > > so much on undocumented functionality.. > > it is in >> Queries >> Spatial Query... > - Use Mask Layer as secon

[JPP-Devel] R: [jump-users] PostGIS driver

2006-11-27 Thread P . Rizzi Ag . Mobilità Ambiente
Just to let everybody know that I did not abandoned this!!! I'm working on it and it's coming out not bad!!! I implemented a new datastore able to read from PostGIS and Oracle. It's already working, but needs some refinements. I'll package it as an extension so that it will be easily pluggable. Als

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Stefan Steiniger
actually .. it is already integrated.. so no need ;) Sunburned Surveyor wrote: >Sweet! We'll have to add this to our list of things from JUMP 1.2 that >we want to integrate into OpenJUMP. > >SS > >On 11/27/06, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > > >>great Larry! >> >>so much on undo

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Sunburned Surveyor
Even sweeter! On 11/27/06, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > actually .. > > it is already integrated.. so no need ;) > > > Sunburned Surveyor wrote: > > >Sweet! We'll have to add this to our list of things from JUMP 1.2 that > >we want to integrate into OpenJUMP. > > > >SS > > > >On 1

Re: [JPP-Devel] Nightly build does not start up in Finnish

2006-11-27 Thread Stefan Steiniger
it should work now in finnish :) there has been a missing translation stefan Stefan Steiniger schrieb: > mhm.. > yep... some of the problems which come from the time of initialization > (i though i have fixed that, apart for "working", "system" categroy and > the buttons.. but it seem like i

[JPP-Devel] How to throw and handle exceptions in OpenJUMP...

2006-11-27 Thread Sunburned Surveyor
I'm once adding some exception throwing/handling code to the CursorToolUtilities class. I had a couple of questions about the best way to throw and handle exceptions in JUMP/OpenJUMP. Do you have to use the createDialog() method of the ErrorDialog class before you can call its show() method? Or do

Re: [JPP-Devel] How to throw and handle exceptions in OpenJUMP...

2006-11-27 Thread Sunburned Surveyor
It looks like the show() method of the ErrorDialog class is Static. I didn't notice that my first time through the JavaDoc. That makes me think you don't "get" an instance of the ErrorDialog class, but that this Static method creates one for you. I'll take a look at the actual source code to see i

Re: [JPP-Devel] Is there a spatial function 'is not equal'?

2006-11-27 Thread Rahkonen Jukka
Hello, So you have solved my little problem that appeared to be just due to my poor knowledge on the terminology. I am sure that I will remember the rest of my life what is the meaning of 'complement' in set theory. However, could it be thinkable to have there some more layman friendly text

Re: [JPP-Devel] Starting New LayoutPlugin for OpenJump

2006-11-27 Thread Ugo Taddei
Hello Jan, I'd check out what Batik and Jasper Reports can do for you. http://xmlgraphics.apache.org/batik/ http://jasperforge.org/sf/projects/jasperreports Cheers, Ugo PS: there used to be an internationalised version of the print plug-in, although I think the internationalisation was retrict