Re: [JPP-Devel] Combine and Explode Layers

2008-12-26 Thread Stefan Steiniger
only in the nightly build stefan Nacho Uve schrieb: Finally, Explode by attribute plugin has been included in openjump? Regards, Nacho 2008/11/8 Stefan Steiniger sst...@geo.uzh.ch mailto:sst...@geo.uzh.ch hei, Giuseppe Aruta schrieb: Hi, thanks Larry,

Re: [JPP-Devel] Combine and Explode Layers

2008-11-08 Thread Stefan Steiniger
hei, Giuseppe Aruta schrieb: Hi, thanks Larry, this is a very interesting tool: I recently had to merge and separate a group of layers (70!!) and it was very long and boring to do it with traditional tools. Your tool will solve the procedure: I am going to test on monday on another

Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Sunburned Surveyor
That's awesome Larry. Is the plug-in included in the nightly build, or do we need to download it from the ISA web site? SS On Tue, Nov 4, 2008 at 6:34 PM, Larry Becker [EMAIL PROTECTED] wrote: As promised, I have finished the Combine Selected Layers PlugIn. It merges the attributes of the

Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Larry Becker
It should be in the nightly build. Comments and testing are appreciated. Larry On Wed, Nov 5, 2008 at 9:30 AM, Sunburned Surveyor [EMAIL PROTECTED] wrote: That's awesome Larry. Is the plug-in included in the nightly build, or do we need to download it from the ISA web site? SS On Tue,

Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Michael Michaud
Great feature Larry, Combine is a good complement to Explode Layers. Using theming in the result layer is an excellent idea. There is a situation which is difficult to deal with : schema having a common attribute name but with different attribute types. In a plugin I did, I systematically added

Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Larry Becker
Thanks Michael. You have a good point about attributes with the same name but of different type. The code will currently use the type of the first one it finds, and refuse to copy over any with a different type. I have code in other plugins which does type conversion of attributes, but I would

Re: [JPP-Devel] Combine and Explode Layers

2008-11-04 Thread Larry Becker
As promised, I have finished the Combine Selected Layers PlugIn. It merges the attributes of the selected layers and does automatic colour theming on the created Layer attribute. You can now combine layers, do operations on them and then extract them back into the original layers, or vice versa.

Re: [JPP-Devel] Combine and Explode Layers

2008-10-08 Thread Sunburned Surveyor
: Re: [JPP-Devel] Combine and Explode Layers Hi Bing, Any reason you avoid using generics in the code? Just laziness, I guess. I cut and pasted code from older plugIns that didn't use generics. All of the original JUMP code (and the ISA plugIn code) was written to the Java 1.4 standard

Re: [JPP-Devel] Combine and Explode Layers

2008-10-05 Thread Larry Becker
configuration. Thanks Bing *From:* Larry Becker [EMAIL PROTECTED] *Sent:* Thursday, October 02, 2008 3:34 AM *To:* OpenJump develop and use jump-pilot-devel@lists.sourceforge.net *Subject:* Re: [JPP-Devel] Combine and Explode Layers I have finally gotten around to implementing the plugin

Re: [JPP-Devel] Combine and Explode Layers

2008-10-05 Thread Bing Ran
Thanks Larry. I did not know plygin.xml or workbench-properties.xml. From: Larry Becker Sent: Sunday, October 05, 2008 9:42 PM To: OpenJump develop and use Subject: Re: [JPP-Devel] Combine and Explode Layers Hi Bing, Any reason you avoid using generics in the code? Just laziness, I

Re: [JPP-Devel] Combine and Explode Layers

2008-10-03 Thread Bing Ran
of the built-in plugin but you don't have reference to the plugin in the jump configuration. Thanks Bing From: Larry Becker Sent: Thursday, October 02, 2008 3:34 AM To: OpenJump develop and use Subject: Re: [JPP-Devel] Combine and Explode Layers I have finally gotten around to implementing

Re: [JPP-Devel] Combine and Explode Layers

2008-10-02 Thread Larry Becker
Oops! Yes, Java 1.5 is fine. :-} I keep fooling myself that setting the compiler compliance in Eclipse will protect me from these kinds of mistakes. regards, Larry On Wed, Oct 1, 2008 at 5:11 PM, Martin Davis [EMAIL PROTECTED]wrote: +1 for sticking with Java 1.5 Michael Michaud wrote:

Re: [JPP-Devel] Combine and Explode Layers

2008-10-01 Thread Larry Becker
I have finally gotten around to implementing the plugin (mentioned in my post below) that extracts layers using a common attribute. It is especially good for extracting DXF layers using the Layer and Text attributes, which is my primary use case. I have committed the code with I18n references.

Re: [JPP-Devel] Combine and Explode Layers

2008-10-01 Thread Michael Michaud
Nice to see new plugins for OpenJUMP. I updated my source tree today (to get new BufferPlugIn and ExtractLayersByAttribute) but they don't compile on my machine because of a java 1.6 feature : String.isEmpty() I'm not very far from switching to java 1.6 but... I'd like to hear other

Re: [JPP-Devel] Combine and Explode Layers

2008-10-01 Thread Martin Davis
+1 for sticking with Java 1.5 Michael Michaud wrote: Nice to see new plugins for OpenJUMP. I updated my source tree today (to get new BufferPlugIn and ExtractLayersByAttribute) but they don't compile on my machine because of a java 1.6 feature : String.isEmpty() I'm not very far from

Re: [JPP-Devel] Combine and Explode Layers

2008-07-10 Thread Giuseppe Aruta
Very good Larry! --- Mer 9/7/08, Nacho Uve [EMAIL PROTECTED] ha scritto: Da: Nacho Uve [EMAIL PROTECTED] Oggetto: Re: [JPP-Devel] Combine and Explode Layers A: OpenJump develop and use jump-pilot-devel@lists.sourceforge.net Data: Mercoledì 9 luglio 2008, 23:55 2008/7/9 Larry Becker [EMAIL

Re: [JPP-Devel] Combine and Explode Layers

2008-07-10 Thread Sunburned Surveyor
? I'm just curious. Your idea sounds very useful. Landon On Wed, Jul 9, 2008 at 11:43 PM, Giuseppe Aruta [EMAIL PROTECTED] wrote: Very good Larry! --- Mer 9/7/08, Nacho Uve [EMAIL PROTECTED] ha scritto: Da: Nacho Uve [EMAIL PROTECTED] Oggetto: Re: [JPP-Devel] Combine and Explode Layers

Re: [JPP-Devel] Combine and Explode Layers

2008-07-10 Thread Larry Becker
. Landon On Wed, Jul 9, 2008 at 11:43 PM, Giuseppe Aruta [EMAIL PROTECTED] wrote: Very good Larry! --- Mer 9/7/08, Nacho Uve [EMAIL PROTECTED] ha scritto: Da: Nacho Uve [EMAIL PROTECTED] Oggetto: Re: [JPP-Devel] Combine and Explode Layers A: OpenJump develop and use jump-pilot-devel

Re: [JPP-Devel] Combine and Explode Layers

2008-07-10 Thread Eric Jarvies
BasicStyle as a custom colour theme.regards,Larry I'm just curious. Your idea sounds very useful. Landon On Wed, Jul 9, 2008 at 11:43 PM, Giuseppe Aruta [EMAIL PROTECTED] wrote: Very good Larry! --- Mer 9/7/08, Nacho Uve [EMAIL PROTECTED] ha scritto: Da: Nacho Uve [EMAIL PROTECTED] Og

[JPP-Devel] Combine and Explode Layers

2008-07-09 Thread Larry Becker
I'm thinking of creating two new plugins for Layers that are similar to the Combine Selected Features and its inverse Explode Selected Features. However, the new plugins would be Combine Selected Layers and Explode Layer. Explode Layer would include the existing Edit-Extract Layers by Geometry

Re: [JPP-Devel] Combine and Explode Layers

2008-07-09 Thread Nacho Uve
2008/7/9 Larry Becker [EMAIL PROTECTED]: and add the capability to explode a layer by attribute value. Useful! - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your