Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-01 Thread Paul Austin
As Landon mentioned, the only limit is the amount of RAM a user has given to the virtual machine. There are however some smart things we can do to reduce the memory usage. For example within the TIN itself use highly efficient data structures, such as defining a triangle object with 3 coordinat

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-01 Thread Stefan Steiniger
Hei.. as I did try some bugfixing yesterday on the Warping Bug I want to give two notes (sorry I still do not have read all the emails of this topic): a) The Warping code (see WarpPanel) also uses a Triangle.class. But I think this is only a 2-D triangle b) I have also uses some triangulation

[JPP-Devel] Wiki Page For Google SoC JTin Library

2008-04-01 Thread Sunburned Surveyor
I threw up a quick an dirty page for ideas and discussion of the JTin library on the OpenJUMP wiki. I know I am starting to get lost in some of the long e-mails, and others may be to. I didn't have time to respond to all of the comments made so far, or to post all of my own ideas on how we might de

[JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Stefan Steiniger
Hie Paul, yes. I removed it, because it seemed to be unnecessary to have a function that simply deleted all items of a layer (I never use it). If there is need to one can instead select all layer object and use the remove item function (i.e. 2 steps instead of one) for what cases do you need i

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Paul Austin
Stefan, I use it all the time, I'm testing GIS algorithms so I need to paste in geometries when I'm stepping through debugging and then remove them when I move onto the next item. Doing a select all and then delete is in this case a lot of extra work. If you could add it back in that would be

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Martin Davis
I use it a lot too. Selecting all items is often a pain if there's a lot of them. Um - would it be a good idea to poll the community before removing menu items? Paul Austin wrote: > Stefan, > > I use it all the time, I'm testing GIS algorithms so I need to paste in > geometries when I'm stepp

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Stefan Steiniger
mhm.. I could do it, but what about moving it to the tools or layer menu? Because the thing is that the mouse menu contains to much functions from my point of view. btw. select all from a layer is already a function of the mouse menu Stefan Paul Austin wrote: > Stefan, > > I use it all the ti

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Stefan Steiniger
:o) ok.. I will put it back. However this is kind of funny, because when removing it, I was already thinking that it is a typical "developer" function for testing. I can not imagine that there are many users out there using it. However, as Uwe was pointing it out already. OpenJUMP seems rather

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Martin Davis
Yeah, but if you have a huge layer loaded and you do Select All you then burn a lot of cycles repainting the selected features, don't you? As for developer-driven - I know that myself and Paul at least use JUMP as a key component of our other development projects. So it's developer-driven in

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Eric Jarvies
problems replying to this list... keeps bouncing my emails :( eric On Apr 1, 2008, at 5:51 PM, Stefan Steiniger wrote: > :o) > ok.. I will put it back. However this is kind of funny, because when > removing it, I was already thinking that it is a typical "developer" > function for testing. I can

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Stefan Steiniger
Hi Eric, I tried to change some settings of the mail list. I hope you can respond tomorrow.. if you mean this list and not [EMAIL PROTECTED] stefan Eric Jarvies wrote: > problems replying to this list... keeps bouncing my emails :( > > eric > -

[JPP-Devel] testing list

2008-04-01 Thread Eric Jarvies
testing list with different email address. please disregard this post. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.ne

[JPP-Devel] point map decorations

2008-04-01 Thread Eric Jarvies
hello, regarding decorating point maps: for starters, is there currently a way to change the icon for point maps, replacing the little square with perhaps a circle, or triangle, or some other simple geometry? if so, can these be resized as well? if not, is there plans to implement this?

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-01 Thread Stefan Steiniger
just another lib to look on, although it is written in C. But lots of experts in Comp. Geom. worked on it http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/packages.html#Part:TriangulationsAndDelaunayTriangulations - Chec

[JPP-Devel] Synchronized windows and draw tool settings

2008-04-01 Thread Jukka Rahkonen
Hi, Two questions: - Could it be possible to synchronize several windows to follow the same location so that the same vectors could be simply checked and edited against different imagery? In the systems I have been using it has been possible to do the edits in any of the windows. It is the ideal w

Re: [JPP-Devel] Synchronized windows and draw tool settings

2008-04-01 Thread Stefan Steiniger
Hei Jukka, Jukka Rahkonen schrieb: > Hi, > > Two questions: > - Could it be possible to synchronize several windows to follow the same > location so that the same vectors could be simply checked and edited against > different imagery? In the systems I have been using it has been possible to do >

Re: [JPP-Devel] Synchronized windows and draw tool settings

2008-04-01 Thread SAIG Listas
Hello Jukka, Stefan. You can find this feature (synchronize views) in Kosmo. Perhaps you can take the code and use it for your needs. Also you can define selection symbol color (not width). I am not developer but if you need some more detailed information you can ask to kosmo developers team for h