Re: [JPP-Devel] Sort Layerables plugin

2009-01-14 Thread Sunburned Surveyor
John, I think this would be a useful tool for OpenJUMP. Please let me know if you need help porting the plug-ins to OJ. The Sunburned Surveyor On Tue, Jan 13, 2009 at 8:11 PM, John Clark wrote: > Hello, > > I was wondering if there was any interest in adding a sort layers > plugin for OpenJump

Re: [JPP-Devel] Sort Layerables plugin

2009-01-14 Thread Stefan Steiniger
Yep.. why not (we should also keep in sync with SkyJUMP ;) Are these simple plugin classes? Or is it more complicated? Would you like to commit it on your own or send us the code for integration? What probably needs to be done then is the internationalization. stefan John Clark wrote: > Hello, >

[JPP-Devel] AttributeAdder Plug-In Unit Tested - Release this week?

2009-01-14 Thread Sunburned Surveyor
I modified my AttributeAdder plug-in based on our earlier discussions on this list. It now makes a copy of the selected layer and creates copies of the features it contains. It then adds the attribute values to the features in this new layer. This plug-in will prove useful if you have a standard s

Re: [JPP-Devel] AttributeAdder Plug-In Unit Tested - Release this week?

2009-01-14 Thread Michael Michaud
Hi, > This plug-in will prove useful if you have a standard set of > attributes you need to add to a lot of layers. Good idea ! > I defined some public methods as part of the AttributeAdder API that > allow you to automatically add attributes to a Layer, and to add > default values to Features. Is

Re: [JPP-Devel] Sort Layerables plugin

2009-01-14 Thread Larry Becker
Hey, John works with me. Can you add him as a developer to the project? I think they are simple plugins that just need i18n. thanks, Larry On Wed, Jan 14, 2009 at 9:50 AM, Stefan Steiniger wrote: > Yep.. why not (we should also keep in sync with SkyJUMP ;) > > Are these simple plugin classes?

Re: [JPP-Devel] AttributeAdder Plug-In Unit Tested - Release this week?

2009-01-14 Thread Stefan Steiniger
> If your class is quite generic and you think another plugin may need it, > places where I would search it at first are : I second that > > com.vividsolutions.jump.util.feature package > or a new > org.openjump.core.featureutils this package does not exist yet, but we have openjump.core.api

[JPP-Devel] OSGeo application forms

2009-01-14 Thread Stefan Steiniger
Hei Landon and others, you asked me for the evaluation that I prepared last summer (June 15th 2008) with respect to an OSGeo application. I attach this doc. Any notes and suggestions are welcome. However, I may add that I did not check if the documents have changed since Stefan OpenJUMP joi

Re: [JPP-Devel] Sort Layerables plugin

2009-01-14 Thread Stefan Steiniger
Ok.. I was guessing that - kind off :) I added him as a JPP project member and he has write access to the SVN Welcome John! Stefan Larry Becker wrote: > Hey, John works with me. Can you add him as a developer to the project? > > I think they are simple plugins that just need i18n. > > thanks,

Re: [JPP-Devel] AttributeAdder Plug-In Unit Tested - Release this week?

2009-01-14 Thread Sunburned Surveyor
Thanks for the comments guys. I'll leave it in my plug-in for now. After some thought, I may move the methods to a utility class in one of the packages mentioned. Some recent things I read have me questioning the use of static utility methods. I have decided against them completely just yet, but I

Re: [JPP-Devel] AttributeAdder Plug-In Unit Tested - Release this week?

2009-01-14 Thread Stefan Steiniger
well.. can you share what was questioning it? Sunburned Surveyor wrote: > Thanks for the comments guys. I'll leave it in my plug-in for now. > After some thought, I may move the methods to a utility class in one > of the packages mentioned. > > Some recent things I read have me questioning the u