Re: [JPP-Devel] Update feature tool

2013-07-02 Thread Michaël Michaud
Hi > I did read it but I am not finding directly a use case. If I undersrtand > correctly, this is just about handling attributes? As I understand it, it can also modifies geometries. I would say it is close to overlay when borders are kept and close to a join if borders are not kept. I don't have

Re: [JPP-Devel] JUMP-Lib Improvements for OpenJUMP

2013-07-02 Thread Michaël Michaud
Hi Landon, +1 for adding unit tests, before adding a method into a core class, I would wonder if it is useful for OJ core or for a plugin though. If it is only useful for testing, maybe it should be added in the unit testing package. Can you explain what Feature#clone(int id) does ? Does it c

[JPP-Devel] news from AJAY KUMAR MULAKALA

2013-07-02 Thread AJAY KUMAR MULAKALA
A small debt produces a debtor; a large one an enemy. http://www.techbeetle.com/goworks.php * It is not easy to find happiness in ourselves, and it is not possible to find it elsewhere. - Agnes Repplier--

Re: [JPP-Devel] JUMP-Lib Improvements for OpenJUMP

2013-07-02 Thread Landon Blake
Stefan: I'll take a look at the classes in the package you mentioned to make sure I'm not duplicating code. Landon On Tue, Jul 2, 2013 at 9:04 AM, Stefan Steiniger wrote: > Hi Landon, > > there are actually a couple of utility classes for handling > FeatureSchemas and Features... did you chec

Re: [JPP-Devel] Update feature tool

2013-07-02 Thread Stefan Steiniger
Hi Jukka, I did read it but I am not finding directly a use case. If I undersrtand correctly, this is just about handling attributes? Do you have some use case in your daily work? cheers, stefan Am 01.07.13 08:33, schrieb Rahkonen Jukka: > Hi, > > This looks nice > http://resources.arcgis.com/

Re: [JPP-Devel] JUMP-Lib Improvements for OpenJUMP

2013-07-02 Thread Stefan Steiniger
Hi Landon, there are actually a couple of utility classes for handling FeatureSchemas and Features... did you check if you are not duplicating things? We got most of them from pirol. These classes are in org.openjump.core.apitools.* cheers, stefan Am 02.07.13 11:17, schrieb Landon Blake: > S

Re: [JPP-Devel] JUMP-Lib Improvements for OpenJUMP

2013-07-02 Thread Landon Blake
Sounds good Ede. I'll add the commits on my list of things to do. Thanks for taking the time to review and comment. Landon On Tue, Jul 2, 2013 at 5:21 AM, wrote: > sounds good to me, especially the 'not breaking' part. let's see what you > commit, maybe we eventually get our builds unit check

Re: [JPP-Devel] [Jts-topo-suite-user] still: Spatialite multigeometry trouble and JTS v. 1.13

2013-07-02 Thread edgar . soldin
well. let's see who comes first then or talk about it again if someone complains ;) ..ede On 02.07.2013 15:19, Larry Reeder wrote: > > > alternatively there is still the possibility to hack a > SpatialiteWKBReader extending the JTS WKBReader into DBQuery plugin for OJ? > this way it'll p

Re: [JPP-Devel] [Jts-topo-suite-user] still: Spatialite multigeometry trouble and JTS v. 1.13

2013-07-02 Thread Larry Reeder
> > alternatively there is still the possibility to hack a SpatialiteWKBReader > extending the JTS WKBReader into DBQuery plugin for OJ? this way it'll > probably be downward compatible to older JTS releases. > Larry: what do you think? > Definitely a possibility. My time for coding side-projects

Re: [JPP-Devel] JUMP-Lib Improvements for OpenJUMP

2013-07-02 Thread edgar . soldin
sounds good to me, especially the 'not breaking' part. let's see what you commit, maybe we eventually get our builds unit checked if i find time to implement that. ..ede On 02.07.2013 03:57, Landon Blake wrote: > Ede: > > Let me see if I can provide a little more information. > > I'm proposin