Re: [JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-11 Thread Michael Michaud
Hi Stefan, Did you try the planar graph plugin. Last time I had such a problem, I created a planar graph from my polygon layer, simplified the resulting edge layer created a new planar graph (or polygonize) from the simplified edges layer. Otherwise, to create linestrings from linesegments, use

Re: [JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-11 Thread Stefan Steiniger
Salut Michael, Michael Michaud schrieb: > Hi Stefan, > > Did you try the planar graph plugin. > Last time I had such a problem, I created a planar graph from my polygon > layer, > simplified the resulting edge layer > created a new planar graph (or polygonize) from the simplified edges layer. al

Re: [JPP-Devel] R: disable/deactivate menu with plugin?

2008-07-11 Thread Larry Becker
Hi Stefan, This all sounds good. I believe that the majority of the original JUMP ui.plugins should be possible to move to the default-plugins.xml file without consequences. This should make it possible for someone to have a "bare bones" version of OpenJump and then add only the functionality

Re: [JPP-Devel] TaskFrame and WorkbenchContext source code files for review before commit.

2008-07-11 Thread Sunburned Surveyor
Stefan wrote: "a few comments on your changes [personal thoughts]" My responses to your comments are below, inline. Stefan wrote: "I know you may have pointed out why you did that, but why would you do that? What happens then? The mouse pointer changes?" The cancelGesture method allows the Curso

[JPP-Devel] Determining the active TaskFrame.

2008-07-11 Thread Sunburned Surveyor
How do you guys obtain a reference to the current TaskFrame in your code? I end up iterating through all of the JInternalFrame objects that are children of the workbench. If the object is a TaskFrame I see if its title matches the title of the Task object I can obtain from the PlugInContext. Ther

[JPP-Devel] @Larry, about ring buffer tool

2008-07-11 Thread Giuseppe Aruta
Dear Larry, Yesterday I gave a look at your ring buffer tool. I consider it a very good idea which can be used in many situation I had several ideas about it which probabily can improve the functionality. a) the buffer value of the first ring (ing A) could be an arbitrary value (lat's say L) or

Re: [JPP-Devel] @Larry, about ring buffer tool

2008-07-11 Thread Larry Becker
Hi Peppe, Thanks for the feedback! As you know, I like the idea of formulas for the regular buffer tool, and I like it even better here. I need to come up with a general Class that supports these kind of operations that many plugins can use. It sounds like geology GIS has some of the more uniqu

[JPP-Devel] Weekly SoC Reports

2008-07-11 Thread Sunburned Surveyor
Chris and Leandro, Can you guys send your short (two or three sentences) weekly report to this maililng list and to [EMAIL PROTECTED] They asked that you guys post the reports to the summer of code mailing list directly. Thanks, The Sunburned Surveyor P.S. - I'll be filling out the mid-term eva

Re: [JPP-Devel] Weekly SoC Reports (JTIN)

2008-07-11 Thread Christopher
This week I will be finishing up planar shading hillshades then move on to working on the back end. I will start by writing a plugin that can take a vector layer consisting of points with z-values, triangulate it using existing OpenJUMP code, save it to a .jtf file, then open the said file as a

Re: [JPP-Devel] Report on First Code Review of JTin

2008-07-11 Thread Christopher
> From: Sunburned Surveyor <[EMAIL PROTECTED]> > I must say that Chris took an interesting approach to the > design of > JTin, and one that was a lot different from the approach I > would have > taken. However, I think Chris' design will be much > quicker and more > memory efficient. His profession

Re: [JPP-Devel] Weekly SoC Reports

2008-07-11 Thread Leandro Leal Parente
Hi guys, In this week I work in the translate process of my project. I have some troubles with it, but I will finished it in 13th july. Thanks, Leandro Leal 2008/7/11 Sunburned Surveyor <[EMAIL PROTECTED]>: > Chris and Leandro, > > Can you guys send your short (two or three sentences) weekly re

Re: [JPP-Devel] Report on First Code Review of JTin

2008-07-11 Thread Paul Austin
If I have a bunch of DEM points and breaklines how do I generate the Triangles from them using the SoC library? Paul Christopher wrote: From: Sunburned Surveyor <[EMAIL PROTECTED]> I must say that Chris took an interesting approach to the design of JTin, and one that was a lot different from t