Re: [JPP-Devel] FOSS4G2006 - proposition for dinner 12th september

2006-09-01 Thread Ugo Taddei
Hello Sunburned, Sunburned Surveyor wrote: > I had a chance to talk with Jody from Refractions Research. They take > care of PostGIS and the UDig project. He will be attending the same > conference as you guys and would like to meet you guys for dinner and > a beer. If you can give me the details

Re: [JPP-Devel] Questions about the source code in the AbstractCursorTool class...

2006-09-01 Thread Larry Becker
Hi Sunburned,    I believe that shape is this context is a reference to a Graphics2D shape.   XOR drawing is an old trick to erase the previously drawn item when doing interactive "rubber-band" drawing.  It has the property that any value you XOR with can be restored by a second XOR operation.    I

[JPP-Devel] Split Operation

2006-09-01 Thread [EMAIL PROTECTED]
Hi all, I have a question about splitting lines and polygons. I've noticed that if I try to split a line into two lines, there is no any problem, since i put a point on the line and i can simply split them into two separate features. But What i'd want to revert the split operation? I tried wi

Re: [JPP-Devel] Questions about the source code in the AbstractCursorTool class...

2006-09-01 Thread Sunburned Surveyor
My thanks to Larry and Sander. You have answered my questions. I will do some research on XOR drawing, and "rubberband" drawing. Thanks, The Sunburned Surveyor P.S. - You are correct Larry. I will end up subclassing the SelectFeature tool for my Coordinate Selectors. However, I wanted to take a

Re: [JPP-Devel] Split Operation

2006-09-01 Thread Sunburned Surveyor
Alessandro, I'm not sure about an existing plug-in. Will have to wait on the other guys for an answer to that. If you need to implements something from scratch I can probably help with the code a little. I don't think it will be to tough. We might even be able to modify the CombineSelectedFeature

Re: [JPP-Devel] Split Operation

2006-09-01 Thread Stefan Steiniger
Hei Alessandro, >I tried with CombineSelectedFeaturesPlugIn, but it returns >me a MultiLineString. >Is there a way (maybe there is already a plugin >or a way to do this) to combine two lines without generating a >MultiLineString, but a LineString ? > > eventually this function may work to un