Re: [JPP-Devel] A Problem With The SelectTool Class

2007-08-31 Thread Sunburned Surveyor
Thank you Larry. I missed the fact that the SelectTool was abstract. Thank you for pointing that out. SS On 8/31/07, Larry Becker <[EMAIL PROTECTED]> wrote: > Hi SS, > > No magic here. SelectTool is itself an abstract class, so selection > is initialized in the classes that extend SelectTool li

Re: [JPP-Devel] A Problem With The SelectTool Class

2007-08-31 Thread Larry Becker
Hi SS, No magic here. SelectTool is itself an abstract class, so selection is initialized in the classes that extend SelectTool like SelectFeaturesTool, SelectLineStringsTool, SelectPartsTool, and SelectOneItemTool. regards, Larry On 8/31/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > I'

[JPP-Devel] A Problem With The SelectTool Class

2007-08-31 Thread Sunburned Surveyor
I've been trying to find a quick way to create Polygons from selected LineStrings in one of my OpenJUMP GIS projects. I've been using the suggestion to set up a temporary Layer were I paste a copy of the LineStrings I've selected, then I use the polygonize tool to actually create the Polygons. I t