[JPP-Devel] New Directory Structure For OpenJUMP

2006-08-29 Thread Sunburned Surveyor
I was thinking about adding a couple of folders to the directory structure that is put in place with our installer, at least on MS Windows. I have simply added two folders. One is named "documentation", the other is named "extensions". The purpose for the "documentation" folder is obvious. We can

[JPP-Devel] Color Theming Problem

2006-08-29 Thread [EMAIL PROTECTED]
Hi All, I've implemented a particular VertexStyle named EpicentriVertexStyle, and it works fine. The Only Problem is that when i try to set a Color Theming Style to the Layer that has EpicentriVertexStyle as VertexStyle, it doesn't work: it doesn't seem the ColorThemingStyle to be applied to

[JPP-Devel] OpenJUMP User Manual

2006-08-29 Thread Sunburned Surveyor
I have started on the OpenJUMP User Manual this morning. I wrote the introduction of the manual. Please read it over and let me know if you have any comments. After I have completed the suggested revisions for each section I will produce a PDF version. When the first draft of the manual is compl

Re: [JPP-Devel] New Directory Structure For OpenJUMP

2006-08-29 Thread Stefan Steiniger
do you have done already or not? i dont find any changes in the CVS, but a doc folder does exists: \openjump\docs a folder for extensions may be possible, but i like to add that there is a another root folder: \JPP-Plug-Ins which could serve the same functionality although one may rethi

Re: [JPP-Devel] New Directory Structure For OpenJUMP

2006-08-29 Thread Sunburned Surveyor
I'm sorry Stefan. I may not have been clear. I wasn't talking about the CVS direcotry structure, but the directory structure for OpenJUMP on the user's machine. I would like a standard place for extension developers to place information and data for there OpenJUMP extensions, and I thought we shou

[JPP-Devel] Unselectable Layer

2006-08-29 Thread Juliana Barros
Hi,Anyone knows how can I configure a Layer to be unselectable?Thanks,Juliana - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job ea

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Sunburned Surveyor
Juliana, When you say "unselectable", which of the following do you mean?: [1] Users can't select features from this layer with the feature selection or identification tools. [2] Users can't make this layer editable? [3] Users aren't allowed make this layer not paint/paint on the layer view. [

[JPP-Devel] The Query Method on the FeatureCollection interface...

2006-08-29 Thread Sunburned Surveyor
The query() method of the FeatureCollection inteface allows you to pass an Envelope as an argument and returns a set of Features. I had a couple of questions about this method, and its default implementation in the FeatureDataset class JUMP/OpenJUMP. [1] Does this method return all Features contai

[JPP-Devel] New subscribers...

2006-08-29 Thread Sunburned Surveyor
We've had a few new subcribers to this mailing list over the course of the last few weeks. I just want to invite those new subscribers to introduce themselves and let us know why there interested in OpenJUMP. (We are really a friendly bunch.) :] The Sunburned Surveyor

Re: [JPP-Devel] [jump-devel] Fwd: The Query Method on the FeatureCollectioninterface...

2006-08-29 Thread David Zwiers
Sunburned, Here's the source code for the FeatureDataset class (open source code base ... ). public List query(Envelope envelope) { if (!envelope.intersects(getEnvelope())) { return new ArrayList(); } ArrayList queryResult = new ArrayList(); for (Iterator i = features.ite

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Juliana Barros
Hi Sunburned,The first option! "Users can't select features from this layer with the featureselection or identification tools".I´m looking for a programattic technique.Thanks,Juliana On 8/29/06, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: Juliana,When you say "unselectable", which of the followin

[JPP-Devel] SurveyOS Coordinate Selectors

2006-08-29 Thread Sunburned Surveyor
I have started work on some basic coordinate selection tools for OpenJUMP. (They should work in Vivid's JUMP as well, and I will try to test the tools in both platforms.) I will encapsulate the tools and a utility I am calling the Coordinate Clipboard in an extension. I have created the button ico

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Sunburned Surveyor
Thanks for the extra information. That helps some! I'm going to take a stab at this, although there are others on the list that may no better than me. I'm still learning OpenJUMP's code base. I think there are two ways to go here. You can try to change the feature selection and identification to

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Juliana Barros
Thanks for your help! I Think I will change the OpenJump source but I will make a simple modification specifically at Layer class and CursorTool.On 8/29/06, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: Thanks for the extra information. That helps some!I'm going to take a stab at this, although th

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Sunburned Surveyor
O.K. I should mention I made a mistake in my previous post. This method: public void getPermittedLayersForTool(String ToolName) should return an array or collection of Strings, not void. Keep me posted on your progress. I'd like to take a look at your work when you are finished. The Sunburned

Re: [JPP-Devel] Color Theming Problem

2006-08-29 Thread Stefan Steiniger
Hei Allesandro, some would call it a bug others a feature.. i am not sure what is wrong but i experienced the same problem if one assigns a different symbol to a vertex and later wants to change the color. maybe some others can help..but since only very few are realy familar with all aspects of

Re: [JPP-Devel] OpenJUMP User Manual

2006-08-29 Thread Stefan Steiniger
Hei Sun, i havent read your intro.. but one of my TODOs was to translate the german GetStarted manual by Uwe for his GIS course on the university.. (i am not sure how fast i can be .. the text is not that much but time is rare ;) So we should avoid making things twice... in this sense it would

Re: [JPP-Devel] Unselectable Layer -- pls. Ugo/Larry/Udo have a look

2006-08-29 Thread Stefan Steiniger
Hei Juliana, i guess your idea is the best, to add a property to the Layer class (Layerable?) and then change the selection tool /method I think we should apply this to the core as well ... if e.g.Ugo or Larry think the same stefan Juliana Barros wrote > Thanks for your help! > I Think I wi

Re: [JPP-Devel] Unselectable Layer -- pls. Ugo/Larry/Udo have a look

2006-08-29 Thread Larry Becker
Sounds like a great feature.  For a UI, how about putting "Selectable" under "Editable" on the layer list right-click menu?regards,LarryOn 8/29/06, Stefan Steiniger <[EMAIL PROTECTED]> wrote: Hei Juliana,i guess your idea is the best, to add a property to the Layer class(Layerable?)and then change

Re: [JPP-Devel] Unselectable Layer -- pls. Ugo/Larry/Udo have a look

2006-08-29 Thread Sunburned Surveyor
I like Larry's idea for the UI. Simple but functional, and in the right place too! The Sunburned Surveyor On 8/29/06, Larry Becker <[EMAIL PROTECTED]> wrote: > Sounds like a great feature. For a UI, how about putting "Selectable" under > "Editable" on the layer list right-click menu? > > regards

Re: [JPP-Devel] OpenJUMP User Manual

2006-08-29 Thread Sunburned Surveyor
Thanks for letting me know about this Stefan. I don't want to make duplicate any documentation efforts either. I don't know any German, so it will be tought to know what is in Ugo's material. My plan was to create a more up-to-date version of the original JUMP User Manual. If you think this will

Re: [JPP-Devel] Color Theming Problem

2006-08-29 Thread Jonathan Aquino
Hi Alessandro--that's strange--the code underneath is pretty simple. I haven't been in the code in a while, but I think Layer has a setVertexStyle method that you can use. It should replace the original vertex style. Jon > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL P

Re: [JPP-Devel] biRXho

2006-08-29 Thread Cenek Dietrich
Hi, G a ood news for you.   PH c ARM r ACY di v rect z ly from the ma s nuf z actur e er, Ec p onomi m ze up h to 6 b 0 % w j ith us http://buhetungadesin.com, c , b , x behind completely with that one. Explanation? Of course. Lets stay with Iron John. You have just said that you didnt unde

[JPP-Devel] Some comments about New Directory Structure For installer

2006-08-29 Thread [EMAIL PROTECTED]
Hello Sunburned, I just add my two cents to the discussion: If you want to add new folders and files during the installation of OpenJump, then you have to modify the installation script. In fact, there is no direct relation between the CVS and the installed structure (on a user hard disc). This

[JPP-Devel] FOSS4G2006 informal meeting

2006-08-29 Thread [EMAIL PROTECTED]
To the participants of the FOSS4G Conference: Since I live 20 minutes from Lausanne and EPFL, I was thinking to come and meet some of you who will be present. However, since I am not registered at the conference, I wonder if we could arrange an informal meeting (just for fun and for knowing eac

Re: [JPP-Devel] FOSS4G2006 informal meeting

2006-08-29 Thread Ugo Taddei
Hi Steve, we surely will meet. Just talked to Stefan, who'll be there on the 12th, So that's the best day. A beer and a dinner would be nice. I think I finish my workshop at latest 18h. I should think R1, Michael Michaud and a colleague, apart from Stefan should attend. Cheers, Ugo [EMAIL P