Re: [JPP-Devel] Possibility to automate openJUMP

2010-01-18 Thread Martin Davis
Helmut, Interesting idea... You are basically asking how to communicate with OpenJUMP via IPC (Inter-process communication). There are a couple of standard ways to do this in Java: 1) RMI 2) Web services You might also look at JMX, which is a user-friendly wrapper for the above technologies

Re: [JPP-Devel] Need Help for OpenJump

2010-01-18 Thread Stefan Steiniger
ups. I meant Tools>Edit Geometry>Convert>Planar Graph Stefan Steiniger wrote: > overshoots and undershoots can be detected with the planar map / > topology function. > > Michaël Michaud wrote: >> Hi, can you plz help me out in openjump.. i am new to openjump .. i got a project to

Re: [JPP-Devel] Need Help for OpenJump

2010-01-18 Thread Stefan Steiniger
overshoots and undershoots can be detected with the planar map / topology function. Michaël Michaud wrote: > Hi, >>> can you plz help me out in openjump.. >>> >>> i am new to openjump .. i got a project to customize it according to needs.. >>> the needs are .. >>> >>> 1) they required a software

Re: [JPP-Devel] Osiibility to automate openJUMP

2010-01-18 Thread Stefan Steiniger
well.. if the implementation would be like an AJAX browser, it should work. The problem may be some basic classes that need to be run, like the whole workbench stuff, so dummy workbenchcontexts, taskmonitors, plugincontext may be written or so. But in general OpenJUMP has an API and every plugi

Re: [JPP-Devel] Need Help for OpenJump

2010-01-18 Thread Michaël Michaud
Hi, >> can you plz help me out in openjump.. >> >> i am new to openjump .. i got a project to customize it according to needs.. >> the needs are .. >> >> 1) they required a software which will perform all topological cheaks >> eg, undershoot of lines , overshoot of lines .. self intersection of

Re: [JPP-Devel] Need Help for OpenJump

2010-01-18 Thread Sunburned Surveyor
Sanjay, It is possible to do all of the things you mentioned with OpenJUMP. However, this would take a programming effort of many days, even for someone with an excellent knowledge of the program. The source code for the entire program and for many of the plug-ins is available online from the JUMP

Re: [JPP-Devel] Osiibility to automate openJUMP

2010-01-18 Thread Sunburned Surveyor
Helmut, I don't recall anything being done like this with OpenJUMP before. It should be possible to call methods in OpenJUMP from another Java application using RMI or similar technology. I am not an expert in these areas. I will give the other programmers a chance to respond, maybe they can be m