Re: [JPP-Devel] Duplicate Angle Class

2007-09-01 Thread Sunburned Surveyor
Martin, If I remeber correctly all of the methods are the same. I think I can replace the JUMP Angle class references with references to the new JTS Angle class in OpenJUMp using the Eclipse refactoring tools. I'll give this a shot a report back. The Sunburned Surveyor On 8/27/07, Martin Davis

Re: [JPP-Devel] Duplicate Angle Class

2007-08-27 Thread Martin Davis
I think what happened here is that originally JTS didn't have an Angle class, so it was added to JUMP to supply some needed functionality. Since then I have added Angle to JTS. It may be possible to replace the JUMP Angle with the JTS Angle (although there may be some methods on the JUMP Angl

[JPP-Devel] Duplicate Angle Class

2007-08-27 Thread Sunburned Surveyor
I noticed documentation for an Angle class in the Javadoc for a recent nightly build of OpenJUMP. The class is listed in the following package: com.vividsolutions.jump.geom.Angle It looks like the same class can be found in JTS under a different package: com.vividsolutions.jts.algorithm.Angle I