Re: [JPP-Devel] Help for getting WKT with a BeanShell script

2014-02-13 Thread Rahkonen Jukka (Tike)
Hi, It was you who did also the difficult parts, I have just edited an old script that you have made sometimes. Script works as supposed. I can draw the geometry that I want to use in a spatial query on a map, run the script, copy-paste the result into the SQL window of the DB query plugin sen

Re: [JPP-Devel] Help for getting WKT with a BeanShell script

2014-02-12 Thread Michael Michaud
Hi Jukka, You really did the most difficult part : { import com.vividsolutions.jts.geom.*; import com.vividsolutions.jump.feature.*; import com.vividsolutions.jump.geom.EnvelopeUtil; import com.vividsolutions.jump.workbench.model.*; htmlFrame = wc.workbench.frame.outputFrame; htmlFrame

Re: [JPP-Devel] Help in translating Open Jump

2012-04-12 Thread edgar . soldin
On 12.04.2012 10:21, edgar.sol...@web.de wrote: > 2. convert as described on the wikipage > > Translation_of_non_latin_languages_like_Chinese.2C_Vietnamese.2C_Japanese_etc. > just updated http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=How_to_translate_OpenJUMP_into_another_

Re: [JPP-Devel] Help in translating Open Jump

2012-04-12 Thread edgar . soldin
On 12.04.2012 09:57, Andrei Nacu wrote: > Hi, > > I am currently doing a translation of Open Jump CORE into Romanian and I have > a problem with rendering the Romanian special characters (ş,ţ,â,î and ă) in > Open Jump. I used Open Office and a UTF-8 encoding to edit the properties > file so far

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-25 Thread Stefan Steiniger
Hi, as a note: when I create a plugin I am doing this via the mouse menu on the source/project: choosing "export" and then select Java > JAR file. So I am not using Ant for creating plugins. stefan Am 25.02.12 09:28, schrieb Landon Blake: > Tanks for the tips Ede. I'm aware of the project speci

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-25 Thread Landon Blake
Tanks for the tips Ede. I'm aware of the project specific settings for Java compilation in Eclipse. I was not aware of the setting for my Ant build file. I will check that out. Landon On Sat, Feb 25, 2012 at 2:47 AM, wrote: > On 24.02.2012 23:54, Landon Blake wrote: >> I'm building both with An

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-25 Thread edgar . soldin
On 24.02.2012 23:54, Landon Blake wrote: > I'm building both with Ant in Eclipse. The Super > Select Tool plug-in loads just fine in OpenJUMP, while the GPX Reader > plug-in throws a "Major Minor" version exception. (This happens when > you run a class compiled with a JDK higher than the JRE runnin

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-25 Thread edgar . soldin
On 25.02.2012 00:49, Landon Blake wrote: > I set the "JDK Compliance" to 1.6 and 1.5, but that didn't make a > difference either. (Is that what you meant by "target version" of the > compiler?) be aware that eclipse has a project specific jdk compliance setting rightclick Project in Package Expl

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-24 Thread Landon Blake
Michael: I imported my GPX Reader Plug-in Eclipse project to Netbeans and ran a build. The resulting JAR works just fine in OpenJUMP. Somehow Eclipse was still compiling for Java 1.7, despite all my efforts. I'll see if I can't use Netbeans to put together a version of the plug-in for 1.5 and 1.6

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-24 Thread Landon Blake
Thanks for the help Michael. If I don't talk to you, have a good weekend. Landon 2012/2/24 Michaël Michaud : > Hi >> I tried uninstalling JDK 1.7. That made no difference. >> >> I set the "JDK Compliance" to 1.6 and 1.5, but that didn't make a >> difference either. (Is that what you meant by "tar

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-24 Thread Michaël Michaud
Hi > I tried uninstalling JDK 1.7. That made no difference. > > I set the "JDK Compliance" to 1.6 and 1.5, but that didn't make a > difference either. (Is that what you meant by "target version" of the > compiler?) Yes, probably, > I also removed all the plug-in dependencies. It didn't get past the

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-24 Thread Landon Blake
I tried uninstalling JDK 1.7. That made no difference. I set the "JDK Compliance" to 1.6 and 1.5, but that didn't make a difference either. (Is that what you meant by "target version" of the compiler?) I also removed all the plug-in dependencies. It didn't get past the configure method of the plu

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-24 Thread Michaël Michaud
Hi > I believe it depends on how the JAR file for the plug-in is produced. > If you compile and build the Jar using Ant from inside Eclipse, then > Ant controls. I checked my tools.jar in the Ant Runtime Configuration, > at it is being pulled from a 1.6 JDK. This should be the same Eclipse > is usi

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-24 Thread Landon Blake
Michael: Thanks for the response. You wrote: "Is your ant script or your Eclipse settings deciding which compiler version you are using ?" I believe it depends on how the JAR file for the plug-in is produced. If you compile and build the Jar using Ant from inside Eclipse, then Ant controls. I ch

Re: [JPP-Devel] Help Compiling GPX Reader Plug-In for Java 1.6

2012-02-24 Thread Michaël Michaud
Hi, > I've set my compiler settings for the GPX project to Java 1.6 on both > plug-in projects. I'm building both with Ant in Eclipse. Is your ant script or your Eclipse settings deciding which compiler version you are using ? Does your GPX plugin have dependencies ? Did you try to remove (or no r

Re: [JPP-Devel] Help To Accessing/Editing Attribute Tables

2010-05-25 Thread Sunburned Surveyor
Dan, It looks like Stefan got you pointed in the correct direction. Let me see if I can fill in a some more of the details: 1) It sounds like you will need to work with the features in a layer selected by the user. To access the currently selected layers you need to work with the LayerManager cla

Re: [JPP-Devel] Help To Accessing/Editing Attribute Tables

2010-05-25 Thread Stefan Steiniger
Hei Dan, you will need to work with FeatureCollections. To extend a "layer" (i.e. a FeatureCollection) by an attribute requires to create a new FeatureCollection/FeatureDataset with a different/extended FeatureSchema. Then all features need to be copied towards the new schema and the values set

Re: [JPP-Devel] Help With Spanish Student Interested In OpenJUMP Summer of Code

2008-04-04 Thread Cristiano Almeida
Sunburned, if Leandro really comes from Brazil, his first language is Portuguese. It is also my case. So, if you need something, I can help you with the translation. I guess that I don´t have problems with English. Regards, Cristiano Sunburned Surveyor <[EMAIL PROTE

Re: [JPP-Devel] Help With Spanish Student Interested In OpenJUMP Summer of Code

2008-04-04 Thread Sunburned Surveyor
It looks like Leandro speaks Portuguese, as Nacho suspected. I'm having a little trouble understanding what Leandro would like to do for Summer of Code. It sounds like some sort of graphical geoprocessing model. Perhaps you guys can make some headway with what his goals are. If all else fails I ca

Re: [JPP-Devel] Help With Spanish Student Interested In OpenJUMP Summer of Code

2008-04-04 Thread listas
Hi Landon. If he is spanish speaker, we could help of course. Maybe it could be too a good starting point to do a project independent development (OpenJUMP-Kosmo). Anyway, we are open to help him. Best regards PD: of course not for me. You can easily see my bad english :-) Sunburned Surveyor

Re: [JPP-Devel] Help With Spanish Student Interested In OpenJUMP Summer of Code

2008-04-04 Thread Nacho Uve
> I apologize for my cultural ignorance. I'm afraid it is a deep-seated > American trait. (Perhaps this is the reason for our current problems > in the world.) :] Don't worry... :) I really don't know wich language is used in many many countries. I mostly need someone that knows OpenJUMP and ca

Re: [JPP-Devel] Help With Spanish Student Interested In OpenJUMP Summer of Code

2008-04-04 Thread Sunburned Surveyor
Nacho, Thank you for the offer of assistance. You wrote: "I think portuguese is the first language in Brazil..." I apologize for my cultural ignorance. I'm afraid it is a deep-seated American trait. (Perhaps this is the reason for our current problems in the world.) :] You wrote: "Anyway, I'm s

Re: [JPP-Devel] Help With Spanish Student Interested In OpenJUMP Summer of Code

2008-04-04 Thread Nacho Uve
Hi, I think portuguese is the first language in Brazil... Anyway, I'm spanish and I speak also "galego language" that is very similar to portuguese, so I will be very pleased to help... but my english is not very good... :S Regards, Nacho 2008/4/4, Sunburned Surveyor <[EMAIL PROTECTED]>: > >

Re: [JPP-Devel] Help With Spanish Student Interested In OpenJUMP Summer of Code

2008-04-04 Thread Sunburned Surveyor
Chris, I believe that Spanish is his first language, and English is his second language. I wouldn't normally mind taking on a student whose second language was English, but I already have my hands full with you. :] I want to make sure that you don't get neglected. That is why I was hoping we had a

Re: [JPP-Devel] Help With Spanish Student Interested In OpenJUMP Summer of Code

2008-04-04 Thread Christopher
--- Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > I was contacted by a college student in Brazil that > was interested in > participating in the Google Summer of Code this > year, under the OSGeo > umbrella. Do we have any Spanish speakers that could > help me mentor > the student? I'm afraid m

Re: [JPP-Devel] Help identifying problem with PlugInContext.getLayerManager method...

2007-09-25 Thread Sunburned Surveyor
Paul, I didn't realize that I need to set the plug-in context in the execute() method and not in the initialize() method. I will make that change. I wonder why I wasn't getting a null-pointer exception when my code executed. Is it because I am inside the event-dispatch thread? Thanks for the hel

Re: [JPP-Devel] Help identifying problem with PlugInContext.getLayerManager method...

2007-09-25 Thread Paul Austin
Hi Landon, you're using this.plugin.getPluginContext(), where did you set the plug-in context for that plug-in, if you set it in the initialize method then a whole bunch of things will be null. If you set it in execute then you can be fine. The other option is to get a new plugin context from the

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-24 Thread Sunburned Surveyor
Peppe, I am working on this PDF support in my super select plug-in. I will let you know how things work out. The Sunburned Surveyor On 9/20/07, Giuseppe Aruta <[EMAIL PROTECTED]> wrote: > Hi SS, > I am very curious about your project. > > I am sending this link http://www.mapmaker.com/. > This

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-20 Thread Giuseppe Aruta
Hi SS, I am very curious about your project. I am sending this link http://www.mapmaker.com/. This is the "gloriuos" mapmaker GIS software which has an embedded PDF file as help. The setup software doesn't include the help file. tThe latter is basically a big manual. But the in the menubar-help

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-20 Thread Sunburned Surveyor
Thank you for that important clarification Stefan. I will fiddle with my code some more today to see if I can determine what is going on. The Sunburned Surveyor On 9/20/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > if you uses ManuNames.XXX then you do *not* need to receive a string.. > using

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-20 Thread Stefan Steiniger
if you uses ManuNames.XXX then you do *not* need to receive a string.. using i18n.get It is done in menu names stefan Sunburned Surveyor schrieb: > Paul, > > I did take a look at the source code for this method, as it was the > source of my exception. I didn't see right away what the problem wa

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-19 Thread Sunburned Surveyor
Paul, I did take a look at the source code for this method, as it was the source of my exception. I didn't see right away what the problem was. It is getting late, so I will take another look at the code for that method in the morning and perhaps I will see it. Thanks, The Sunburned Surveyor On

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-19 Thread Paul Austin
Have a look at the FeatureInstaller.addMainMenuItemWithJava14Fix method featureInstaller.addMainMenuItemWithJava14Fix(plugin, new String[] { MenuNames.FILE }, name, false, icon, enableCheck); Sunburned Surveyor wrote: > I'm trying to figure out how to add a menu item for my Super Selec

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Sunburned Surveyor
Martin and Stefan, I used th Eclipse "search" function to locate the ReplicateSelectedItemsPlugIn. I will see if I can wire up some of the methods in this class to my button. I figured out how to locate the code executed by any "built-in" menu item, and I have added a short snippet to the JPP wik

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Martin Davis
Sunburned Surveyor wrote: > Thank you for the responses Martin and Stefan. I need to clear up one thing: > > Martin wrote: " I think actually that OJ will copy any source Feature > attributes which match the destination schema in name and type (which of > course includes the Geometry attribute).

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Sunburned Surveyor
Thank you for the responses Martin and Stefan. I need to clear up one thing: Martin wrote: " I think actually that OJ will copy any source Feature attributes which match the destination schema in name and type (which of course includes the Geometry attribute)." If this is true, why is a second r

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Stefan Steiniger
see below Martin Davis schrieb: > > Sunburned Surveyor wrote: >> - OpenJUMP creates "new" features in the destination layer with new FIDs. >> - OpenJUMP only pastes the Feature gemetries, and not the other >> Feature attributes. (This makes sense, as you avoid having to check >> for FeatureSchema

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Martin Davis
Sunburned Surveyor wrote: > > - OpenJUMP creates "new" features in the destination layer with new FIDs. > - OpenJUMP only pastes the Feature gemetries, and not the other > Feature attributes. (This makes sense, as you avoid having to check > for FeatureSchema conflicts.) > More or less. I thi

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Michaël Michaud
Larry Becker a écrit : >Hi Michaël, > > UnionByAttributePlugIn makes sense to me. > > How is linemerger different than Blend Lines on the Edit Geometry menu? > > Not much different, but UnionByAttribute is supposed to process a whole layer automatically based on attribute values. I think ther

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Stefan Steiniger
*rofl* Larry Becker wrote: >Stefan, > > Like everything else, American hillbilly slang is documented on the web. > 8-} > >http://www.rootsweb.com/~genepool/amerispeak/hillbilly.htm > >regards, >Larry > >On 6/15/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > > >>it would be wonderful if I

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Giuseppe Aruta
--- Larry Becker <[EMAIL PROTECTED]> ha scritto: > Stefan, > >Like everything else, American hillbilly slang is > documented on the web. 8-} > > http://www.rootsweb.com/~genepool/amerispeak/hillbilly.htm > > regards, > Larry Great Larry! I'll improve my slang with my American clients! P

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Larry Becker
Stefan, Like everything else, American hillbilly slang is documented on the web. 8-} http://www.rootsweb.com/~genepool/amerispeak/hillbilly.htm regards, Larry On 6/15/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > it would be wonderful if I could get the meaning ;o) > > Sunburned Surveyo

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Stefan Steiniger
it would be wonderful if I could get the meaning ;o) Sunburned Surveyor wrote: >"Pert neer, but not plumb." > >Now we're talkin pardner! > >SS > >On 6/15/07, Larry Becker <[EMAIL PROTECTED]> wrote: > > >>SS, >> >> >> >>>I'm probably as native of an English speaker as you can get. :] >>>

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Sunburned Surveyor
"Pert neer, but not plumb." Now we're talkin pardner! SS On 6/15/07, Larry Becker <[EMAIL PROTECTED]> wrote: > SS, > > > I'm probably as native of an English speaker as you can get. :] > > "Pert neer, but not plumb." > > Larry > > On 6/15/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > > Mic

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Larry Becker
SS, > I'm probably as native of an English speaker as you can get. :] "Pert neer, but not plumb." Larry On 6/15/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > Michael, > > I'm probably as native of an English speaker as you can get. :] Your > plug-in name seems to be the most logical given

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Sunburned Surveyor
Michael, I'm probably as native of an English speaker as you can get. :] Your plug-in name seems to be the most logical given the functionality you describe. Thank you for the contribution. The Sunburned Surveyor On 6/14/07, Michaël Michaud <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to add o

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Larry Becker
Hi Michaël, UnionByAttributePlugIn makes sense to me. How is linemerger different than Blend Lines on the Edit Geometry menu? thanks, Larry On 6/15/07, Michaël Michaud <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to add one or two plugins in the Tools/Analysis menu : > - the first one will

Re: [JPP-Devel] Help with Mock Object for LayerViewPanel...

2007-05-03 Thread Sunburned Surveyor
Thanks for the help Bob. I'll rewrite my unit test in that way. I'm still curious about my mock object question. I did find that I could create an alternate com.vividsolutions.jump.workbench.ui package in my Eclipse project for the unit tests. I think this would only become a problem if I wanted

Re: [JPP-Devel] Help with Mock Object for LayerViewPanel...

2007-05-03 Thread Robert F. Littlefield
Just pass in null for the panel parameter. LayerRenderer lr = new LayerRenderer(null, null); will return you a LayerRenderer object. On 5/3/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: I'm trying to cook up a mock object for the LayerViewPanel class, which will allow me to test elements o

Re: [JPP-Devel] Help with pluggable renderers!

2007-04-12 Thread Sunburned Surveyor
Larry and OpenJUMP Developers, I think the problem may be in the LayerViewPanel.layerChanged(LayerEvent) method. This method calls the RenderingManager.render() method with a Layerable object as the argument. I think I need to modify my code to determine the class that is implementing the layerab

Re: [JPP-Devel] Help with pluggable renderers!

2007-04-12 Thread Sunburned Surveyor
Thanks Larry. I'll try that. The Sunburned Surveyor On 4/12/07, Larry Becker <[EMAIL PROTECTED]> wrote: In Eclipse, just highlight the reference you are interested in (in this case render), right click and choose References->Project. This will display all of the places in the project that re

Re: [JPP-Devel] Help with pluggable renderers!

2007-04-12 Thread Larry Becker
In Eclipse, just highlight the reference you are interested in (in this case render), right click and choose References->Project. This will display all of the places in the project that reference your highlighted text in a Search panel that you can arrow through. It understands Java, so it is muc

Re: [JPP-Devel] Help with a Java problem...

2007-04-05 Thread Sunburned Surveyor
Edgar and Jon. I have decided to just use a text file containing the name of each class that I need to load and the create and object from. Although this requires a little more effort to install the plug-in, it is a whole lot easier to program. I'll probably write a little helper class that appe

Re: [JPP-Devel] Help with a Java problem...

2007-04-05 Thread Edgar Soldin
Hello Sunburned, also to minimize the jars searched on you might instantiate a new Classloader (e.g. java.net.URLClassLoader) containing only a few selected jars e.g. in some folder or so. I found examples using a classloader with some other api classes to find classes by interface or implemen

Re: [JPP-Devel] Help with a Java problem...

2007-04-05 Thread Sunburned Surveyor
Jon, That makes a lot of sense. Thanks for your explanation. Landon On 4/4/07, Jonathan Aquino <[EMAIL PROTECTED]> wrote: If I remember correctly, for JUMP it was quite slow to determine this programatically (I think you have to instantiate every class in the jar). So instead we search base

Re: [JPP-Devel] Help with a Java problem...

2007-04-04 Thread Jonathan Aquino
If I remember correctly, for JUMP it was quite slow to determine this programatically (I think you have to instantiate every class in the jar). So instead we search based on the _name_ of the class, i.e., *PlugIn.class. You should be able to do the same in your case if all classes that implement

Re: [JPP-Devel] Help

2007-03-24 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Roman, Roman Isitua schrieb: > 2. The printlayout plugin is not working each time I > use it. I get the > following error > > java.lang.NoClassDefFoundError: > org/apache/batik/dom/svg/SAXSVGDocumentFactory > [...] The printlayout plug-in

Re: [JPP-Devel] Help with the Ant Build File for OpenJUMP-Ex

2007-02-07 Thread Sunburned Surveyor
Larry, It seems I can generate the Javadoc just find using the File>Export>Javadoc command in Eclipse. So there is defnitely something wrong with how Eclipse is handling the Ant Script. It seems like my Javadoc task is only loading the source files and is not completing the rest of the Javadoc T

Re: [JPP-Devel] Help with the Ant Build File for OpenJUMP-Ex

2007-02-07 Thread Larry Becker
Hi Sunburned, I don't know why your Ant script isn't working. I always use the Project->Generate Javadoc command. It is always a big deal to me since every time I update the Javadoc on SourceForge, it seems to take hours. You might try adding failonerror="false" if you haven't already. Lar

Re: [JPP-Devel] Help for OpenJUMP...

2007-02-05 Thread Jonathan Aquino
pment and use. > Subject: Re: [JPP-Devel] Help for OpenJUMP... > > > Hi, > > Another thought about documentation. > For another project, I wrote a documentation in docbook and > transformed > it into pdf (with fo) and into JavaHelp. > I cannot say the tools I had t

Re: [JPP-Devel] Help for OpenJUMP...

2007-02-05 Thread erwan bocher
Hi Landon, Erwan, It was good to hear from you. Thank you for the tip about the tool for helpset creation. Thanks. I will also look over the link for the spatial database extension you have developed. Did you use JTS? Yes I used the last JTS (1.8). I am always connected to the list o

Re: [JPP-Devel] Help for OpenJUMP...

2007-02-05 Thread Sunburned Surveyor
Erwan, It was good to hear from you. Thank you for the tip about the tool for helpset creation. I will also look over the link for the spatial database extension you have developed. Did you use JTS? Michael, I had looked at docbook a few months back, but I think the tools for DocBook still hav

Re: [JPP-Devel] Help for OpenJUMP...

2007-02-05 Thread Michaël Michaud
Hi, Another thought about documentation. For another project, I wrote a documentation in docbook and transformed it into pdf (with fo) and into JavaHelp. I cannot say the tools I had to use were very user-friendly (mostly a text editor and the xsl stuff from http://sourceforge.net/projects/docb

Re: [JPP-Devel] Help for OpenJUMP...

2007-02-05 Thread erwan bocher
Hi Landon, I'm agree with you. In my last development, I use helpsetmaker. It's a easy tool to create java help. http://www.cantamen.com/helpsetmaker.php Another thing, I have finished a spatial extension for H2 Database, a small but fast database in Java. I created a extension for gvSIG but it'

Re: [JPP-Devel] Help for OpenJUMP...

2007-02-05 Thread Stefan Steiniger
i am not sure but it may be that sigle jump and kosmo have a built in help system stefan Sunburned Surveyor wrote: > I will want to start working on some sort of help that will be > available for my OpenJUMP geometry editing tools. I bought a book on > JavaHelp and have considered using that.

Re: [JPP-Devel] Help with Bug 1546889

2007-01-18 Thread Michaël Michaud
Hi, I do not know this plugin very well. Seems to allow 4 kind of spatial joins : For one of the following condition : if a feature of layer A equals (resp. within or equalsAndWithin or equalsOrWithin) a feature of layer B creates a new Feature with the geometry of layer A feature and with the

Re: [JPP-Devel] Help with Bug 1546889

2007-01-18 Thread Larry Becker
I'd like to know the answer to this one too. Larry On 1/18/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: Michael, Looks like Stefan is hot on the trail of my bug! Would you be able to breifly decribe the purpose of this command and how it works? Thanks, The Sunburned Surveyor On 1/18

Re: [JPP-Devel] Help with Bug 1546889

2007-01-18 Thread Sunburned Surveyor
Michael, Looks like Stefan is hot on the trail of my bug! Would you be able to breifly decribe the purpose of this command and how it works? Thanks, The Sunburned Surveyor On 1/18/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: Hei Michael, thanx! i fixed it. But i wonder why the followin

Re: [JPP-Devel] Help with Bug 1546889

2007-01-18 Thread Michaël Michaud
Hello, I think you caught another bug with else if (nbFeatureWithin == 1) appearing two times but else if (nbFeatureEqualAndWithin == 1) is different from else if (nbFeatureEqualOrWithin == 1) I'm close to get a write access to CVS Hope next time, i'll fix it myself Michaël Stefan

Re: [JPP-Devel] Help with Bug 1546889

2007-01-18 Thread Stefan Steiniger
Hei Michael, thanx! i fixed it. But i wonder why the following lines appear two times else if (nbFeatureWithin == 1){ mapping.transferAttributes(fEqual, aFeature, feature); feature.setGeometry((Geometry) aFeature.getGeometry().clone()); fcRecup.add(feature)

Re: [JPP-Devel] Help with Bug 1546889

2007-01-18 Thread Michaël Michaud
Hi Sunburned : There is probably a "copy/paste" bug line 173 of SpatialJoinPlugIn class : else if (methodName.equals(METHOD_WITHIN)) { if (aFeature.getGeometry().within(bFeature.getGeometry())) { nbFeatureWithin++; nbFeature++; fEqual = bFeature; } It should be fWithin instead of

Re: [JPP-Devel] Help with Bug #

2007-01-18 Thread Sunburned Surveyor
Sorry, I meant to label this as Bug #1546889, but I forgot to put it in the subject line. SS On 1/18/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: I'm working on my second bug for the 01.00.02 OpenJUMP release. This bug was reported by Johannes Metzler on 2006-08-25. His error involved th

Re: [JPP-Devel] Help with bug 1487099...

2007-01-17 Thread Sunburned Surveyor
This is why you get paid to sling code, and I'm just a closet programmer. :] I haven't taken a comprehensive look at the LayerManager classes source code. Do you know if there are any other methods in this class or others that would benefit from synchronized access to the LayerListeners? If so, I

Re: [JPP-Devel] Help with bug 1487099...

2007-01-17 Thread David Zwiers
This might be simpler than it looks ... where the iterator is created, clone the src list, then make the iterator from the cloned list; this only works when you are certain the second iterator will not modify the list in such a way which will cause some unwanted actions / invalid state. For ex