Re: [JPP-Devel] Creating TIN with OpenJUMP

2016-12-02 Thread Giuseppe Aruta
Good question there was a Google summer of code some years ago about OpenJUMP and TIN. AFAIR Landon should have more information about it Peppe 2016-12-02 13:53 GMT+01:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > > > It seems that the Triangulation function in

[JPP-Devel] Creating TIN with OpenJUMP

2016-12-02 Thread Rahkonen Jukka (MML)
Hi, It seems that the Triangulation function in OpenJUMP handles the Z coordinate and creates triangles which could be combined into TIN. With four source points: POINT ( 420 560 25 ) POINT ( 420 720 10 ) POINT ( 620 720 20 ) POINT ( 620 560 15 ) Triangulation creates two triangles as

Re: [JPP-Devel] SVN: [5237] core/trunk/src

2016-12-02 Thread edgar . soldin
On 01.12.2016 22:44, jump-pilot-...@lists.sourceforge.net wrote: > Revision: 5237 > http://sourceforge.net/p/jump-pilot/code/5237 > Author: michaudm > Date: 2016-12-01 21:44:25 + (Thu, 01 Dec 2016) > Log Message: > --- > Revert visibility of some methods to public as

Re: [JPP-Devel] Join table can go to eternal loop

2016-12-02 Thread edgar . soldin
"ignore nulls" check box." enabled by default, sounds good to me. there might be corner cases where null is a valid value in some dataset somehow ;) ..ede On 01.12.2016 23:55, Michaƫl Michaud wrote: > OK, > > With two layers including 1000 features with nulls, it will create a > layer with 1

[JPP-Devel] SVN: [5240] core/trunk/src/com/vividsolutions/jump

2016-12-02 Thread jump-pilot-svn
Revision: 5240 http://sourceforge.net/p/jump-pilot/code/5240 Author: michaudm Date: 2016-12-02 08:06:23 + (Fri, 02 Dec 2016) Log Message: --- Small improvements, javadoc... Modified Paths: -- core/trunk/src/com/vividsolutions/jump/I18N.java