Re: [JPP-Devel] I need an help on programming

2013-03-06 Thread edgar . soldin
you can have a look at the GPS extension. it has a options panel build in. how to add the tab see after line 259 http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/de.soldin.jump/trunk/src/de/soldin/jump/gps/GPSTrackerPlugin.java?revision=3301&view=markup the options panel has to imp

[JPP-Devel] I need an help on programming

2013-03-06 Thread Giuseppe Aruta
Hi all, I need to create a plugin which is able to launch a tool according to a specific choice on an OptionsPanel Something like this (I am even not sure if the sintax is correct) *** Private class *ThisPlugIn* extends AbstractPlugIn public boolean exec

Re: [JPP-Devel] I need an help

2011-07-20 Thread Giuseppe Aruta
Giuseppe Da: Matthias Scholz <m...@jammerhund.de> A: OpenJump develop and use <jump-pilot-devel@lists.sourceforge.net> Inviato: Giovedì 14 Luglio 2011 21:36 Oggetto: Re: [JPP-Devel] I need an help Hi Peppe! I'm right that you develop a angle me

Re: [JPP-Devel] I need an help

2011-07-14 Thread Matthias Scholz
Hi Peppe! I'm right that you develop a angle measure tool? If so, we should work together. An angle measurement is one point of my TODO for the AdvancedMeasureTool. My plan was to integrate a third mode (length, area and angle) for the measure tool. The result should be displayed in same mann

Re: [JPP-Devel] I need an help

2011-07-13 Thread Larry Becker
Hi Stefan. Welcome back! @Peppe, I think Stefan is referring to Edit Selected Side, and it seems like a perfect example of what you are trying to do. It creates a new temporary layer and calculates distance and angles. regards, Larry On Wed, Jul 13, 2011 at 2:28 PM, Stefan Steiniger wrote:

Re: [JPP-Devel] I need an help

2011-07-13 Thread Stefan Steiniger
Hei Peppe thats great news that you started programming! for the first one - how about this example on the buffer: http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Example_Plugin_For_Buffering_Features_in_a_Layer but instead of creating a buffer geometry you get the coordinate of

Re: [JPP-Devel] I need an help

2011-07-13 Thread Edgar Soldin
> > My idea is to start from this tool to obtain other surveying tools. > > My questions are: > > 1) actually the tool only displays on status panel the value of the angle. I > need that it creates a new layer and , for every measuring, a point with the > values of degrees saved in an attrib

[JPP-Devel] I need an help

2011-07-12 Thread Giuseppe Aruta
Hi all, finally I came to study how to develop tools. I started from a Kosmo small tool which I adopted to OJ. It basically calculate the angle between a segment and the North, in a plane (UTM), in both degrees and radians. that is the code: publ