[JPP-Devel] Embedding OpenJump in the existing Swing application.

2010-09-13 Thread Nidhi Arora
Hi, I have a java swing application and want to embed a basic map Window in it. I don't need fully fledged OpenJump application. I just need to show a base map, navigation buttons ( Zoom In / Zoom out, panning) and LayerTree panel showing the current layers present in the application. I am

Re: [JPP-Devel] wishlist

2010-09-13 Thread Rahkonen Jukka
Hi, Is the insert fired automatically when a new feature is ready? Just wondering what happens if saving is manual and user has been panning around so that the new feature is outside the current viewport. What about if new feature is originally created outside the current bounding box by

[JPP-Devel] Linear referencing

2010-09-13 Thread Nidhi Arora
Hi, Is Linear referencing feasible through OpenJump? Thanks Regards Nidhi Arora DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential and

Re: [JPP-Devel] Linear referencing

2010-09-13 Thread Nils Kuhn
Hi Nidhi, I can't say anything to the possibilities (and the performance) of rendering linear referenced features in oj. Maybe some of the more experienced oj-developers can say more about that (I'd be very interested, too!). But the JTS has a class LengthIndexedLine for implementing linear

Re: [JPP-Devel] Linear referencing

2010-09-13 Thread Sunburned Surveyor
Nidhi, I don't believe OpenJUMP has any linear referencing tools out-of-the-box. But the functionality could certainly be added using a plug-in and the JTS library. The Sunburned Surveyor On Mon, Sep 13, 2010 at 7:05 AM, Nils Kuhn nils.k...@bws-gmbh.de wrote: Hi Nidhi, I can't say anything

Re: [JPP-Devel] Embedding OpenJump in the existing Swing application.

2010-09-13 Thread Stefan Steiniger
we have an example class in the svn tree somewhere on this? http://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk/etc/examples/display_shapefile.txt Sunburned Surveyor schrieb: You might want to take a look at the LayerViewPanel, the LayerNamePanel and their related classes. I