Re: [JPP-Devel] Show a crosshair string can't be translated

2017-12-13 Thread Giuseppe Aruta
Thanks Jukka it should be fixed now Peppe 2017-12-13 16:38 GMT+01:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > > > This new map decoration option does not seem to have a string to translate: > > > > View – Map Decorations – Show a crosshair in the centre of the view >

[JPP-Devel] SVN: [5633] core/trunk/src/org/openjump/core/ui/plugin/view/showcenter/ ShowViewCenterPlugIn.java

2017-12-13 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5633 http://sourceforge.net/p/jump-pilot/code/5633 Author: ma15569 Date: 2017-12-13 21:23:41 + (Wed, 13 Dec 2017) Log Message: --- Added international code Modified Paths: -- core/trunk/src/org/openjump/core/ui/plugin/view/showcenter/ShowViewC

[JPP-Devel] Show a crosshair string can't be translated

2017-12-13 Thread Rahkonen Jukka (MML)
Hi, This new map decoration option does not seem to have a string to translate: View - Map Decorations - Show a crosshair in the centre of the view -Jukka Rahkonen- -- Check out the vibrant tech community on one of the

[JPP-Devel] SVN: [5632] plug-ins/Color_chooser/trunk/src/language/ featurecolor_fi.properties

2017-12-13 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5632 http://sourceforge.net/p/jump-pilot/code/5632 Author: jratike80 Date: 2017-12-13 15:33:36 + (Wed, 13 Dec 2017) Log Message: --- Color chooser translations Modified Paths: -- plug-ins/Color_chooser/trunk/src/language/featurecolor_fi.propert

Re: [JPP-Devel] Featurecollection to JTable

2017-12-13 Thread edgar . soldin
Peppe, but still Mike is right. for best performance you should wrap the FeatureCollection in a TableModel and _not_ duplicate all attributes in memory as you do now. ..ede On 13.12.2017 15:45, Giuseppe Aruta wrote: > On the previous way I can exclude all the search/build of geometry string an

Re: [JPP-Devel] Featurecollection to JTable

2017-12-13 Thread Giuseppe Aruta
On the previous way I can exclude all the search/build of geometry string and it could be faster (I don't need to get all those POLYGON etc) public static TableModel setTableModelFromFeatureCollection() { final DefaultTableModel model = new DefaultTableModel(); String[] fields;

Re: [JPP-Devel] Featurecollection to JTable

2017-12-13 Thread Michaël Michaud
Hi, May be you can do something even more direct if you put the featureCollection in an indexed list ArrayList list = new ArrayList(featureCollection.getFeatures()) Then use the sample in JTable javadoc to build the model : TableModel dataModel = new AbstractTableModel() { public i

Re: [JPP-Devel] Featurecollection to JTable

2017-12-13 Thread edgar . soldin
hey Peppe, looks proper. performancewise i would no convert Lists to Arrays, but iterate them directly. always keep in mind that datasets might get huge. ..ede On 13.12.2017 11:01, Giuseppe Aruta wrote: > Hi Ede > I checked. It looks complicate for me to load a featurecollection into a > JTabl

Re: [JPP-Devel] Featurecollection to JTable

2017-12-13 Thread Giuseppe Aruta
Hi Ede I checked. It looks complicate for me to load a featurecollection into a JTable. I found a quick way from Sextante gui, that I modified. It generates a loop to fill all JTable records with feature values. I post the code below. public static TableModel setTableModelFromFeatureCollection(

Re: [JPP-Devel] Test "Starting OJ with java9 throws several exceptions"

2017-12-13 Thread Giuseppe Aruta
Thanks Ede, I confirm Jukka's observation (unlikely only with my Win 8.1/ java 9.0.1) Peppe 2017-12-12 15:10 GMT+01:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > No exceptions on Windows with jre 9.0.1. Just a few harmless warnings: > > [WARN] 2017-12-12_16:01:47.108