Re: [JPP-Devel] OpenJUMP extensions migration - Measure and color chooser plugins code

2021-05-09 Thread Michaud Michael
  envoyé : 30 avril 2021 à 08:45de : Giuseppe Aruta à : Michaud Michael , OpenJump develop and use objet : Re: [JPP-Devel] OpenJUMP extensions migration - Measure and color chooser plugins codeHi Michael,in t6his folder:https://sourceforge.net/projects/opensit/files/Openjump/CadTools/I uploaded codes

Re: [JPP-Devel] OpenJUMP extensions migration - Cad Tools

2021-05-02 Thread Michaud Michael
chaud Michael , OpenJump develop and use objet : Re: [JPP-Devel] OpenJUMP extensions migration - Cad Toolsthere are still some deprecated classes from JTS, for instance LineString.clone in es.kosmo.desktop.tools.algorithms.bezierCurve class.I need to find a way to find all these deprecated classes into the

Re: [JPP-Devel] OpenJUMP extensions migration - Measure and color chooser plugins code

2021-04-30 Thread Michaud Michael
:45de : Giuseppe Aruta à : Michaud Michael , OpenJump develop and use objet : Re: [JPP-Devel] OpenJUMP extensions migration - Measure and color chooser plugins codeHi Michael,in t6his folder:https://sourceforge.net/projects/opensit/files/Openjump/CadTools/I uploaded codes for the following plugins:- Color Ch

Re: [JPP-Devel] OpenJUMP extensions migration - Measure and color chooser plugins code

2021-04-29 Thread Giuseppe Aruta
Hi Michael, in t6his folder: https://sourceforge.net/projects/opensit/files/Openjump/CadTools/ I uploaded codes for the following plugins: - Color Chooser - Measure Plugin and, Cad Plugin all ported to JTS 1.8 and (partially) tested Peppe Il giorno dom 18 apr 2021 alle ore 22:44 Michaud Michae

Re: [JPP-Devel] OpenJUMP extensions migration - Cad Tools

2021-04-29 Thread edgar . soldin
Peppe, i tend to not touch existing implementations of deprecated API unless the actual need arises because they got removed. they are proven working and usually there is enough other urgent stuff to do :) ..sunny greetings ede On 29.04.2021 07:01, Giuseppe Aruta wrote: > there are still some

Re: [JPP-Devel] OpenJUMP extensions migration - Cad Tools

2021-04-28 Thread Giuseppe Aruta
there are still some deprecated classes from JTS, for instance LineString.clone in es.kosmo.desktop.tools.algorithms.bezierCurve class. I need to find a way to find all these deprecated classes into the code in one time Peppe Il giorno gio 29 apr 2021 alle ore 06:57 Giuseppe Aruta < giuseppe.ar...

Re: [JPP-Devel] OpenJUMP extensions migration - Cad Tools

2021-04-28 Thread Giuseppe Aruta
I decided to remove the Jython start up from CAD plugin. I added it only to have an "easy" access to align tools, which are available opening a python console, anyhow. I will activate them again or find a pure java solution in the future (maybe). The new code of Cad plugin is available here, recom

Re: [JPP-Devel] OpenJUMP extensions migration - Cad Tools

2021-04-28 Thread Giuseppe Aruta
I recompiled CAD tools substituting deprecated components with newer JTS 1.8 one. Everything seems to work fine except Python tools. The problem is connected to classes AlignSelected$py.class and UnionSelected$py.class located into OJ\ib/ext/jython. The problem is that we don't have the original co

Re: [JPP-Devel] OpenJUMP extensions migration - Cad Tools

2021-04-27 Thread Giuseppe Aruta
Hi Michael, this is a start of migration of CadTools to JTS 1,18: https://sourceforge.net/projects/opensit/files/Openjump/CadTools/ There are still some issue that I did not solved: a) Plugin still uses ToolboxPlugIn class which is deprecated (org.openjump.advancedtools.EditToolboxCADPlugIn) b) t

Re: [JPP-Devel] OpenJUMP extensions migration

2021-04-19 Thread giuseppe . aruta
Thanks Michael, About other plugins: I am going to upgrade CAD plugin. In the last version I added a depency to Cadplan vertex symbols plugin (cad tool saves a selected geometry as block which in turn can be used as point/line symbology. I hope I will have a working plugin by the end of this wee