Re: [JPP-Devel] Some Sextante tools don't like negative pixel values

2020-12-27 Thread edgar . soldin
Mike, On 23.12.2020 11:42, Rahkonen Jukka (MML) wrote: > - about the warning : yes, this warning has been added with the interior > border capability. Maybe it is not really useful. It throws a warning because > 'interior' attribute is not really an optional tag, but it is accepted > (hard-code

Re: [JPP-Devel] Some Sextante tools don't like negative pixel values

2020-12-27 Thread Michaud Michael
Hi Ede,I'm not aware of a mechanism to define a default value in XML2Java framework. Currently, the default behaviour is to throw an exception if an attribute defined in a .java2xml configuration file is not there (null). Warning instead of throwing an exception is just a nasty hack we added to a

Re: [JPP-Devel] Some Sextante tools don't like negative pixel values

2020-12-27 Thread edgar . soldin
not sure on the how. not familiar with XML2Java myself. but any solution not throwing errors but using senseful defaults if appropriate sounds reasonable to me. it's already dealt with conditionally in com.vividsolutions.jump.util.java2xml.XML2Java$1.attributeSpecFound(XML2Java.java:147) so why

[JPP-Devel] SVN: [6661] core/trunk/src/com/vividsolutions/jump/util/StringUtil.java

2020-12-27 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6661 http://sourceforge.net/p/jump-pilot/code/6661 Author: michaudm Date: 2020-12-27 22:29:19 + (Sun, 27 Dec 2020) Log Message: --- Use english locale to format numbers Modified Paths: -- core/trunk/src/com/vividsolutions/jump/util/StringUtil.j

[JPP-Devel] SVN: [6662] core/trunk/src/org/openjump/core/rasterimage/algorithms/ VectorizeAlgorithm.java

2020-12-27 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6662 http://sourceforge.net/p/jump-pilot/code/6662 Author: michaudm Date: 2020-12-27 22:51:35 + (Sun, 27 Dec 2020) Log Message: --- Add nodata value in the index to avoid a NPE Modified Paths: -- core/trunk/src/org/openjump/core/rasterimage/al