Hello Jody, I've just gone through the library modules, attempting to track down all instances of Geometry.equals( Geometry ) and changing them to one of: equalsExact, equalsTopo or, getAttribute was involved, just removing the cast from Object to Geometry.
It's a tad unfortunate that Geometry.equals( Geometry ) is a non-deprecated synonym for equalsTopo since that is computationally expensive. I've done a new patch rather than committing because there are quite a few extra changes. Could you review it please ? https://jira.codehaus.org/browse/GEOT-3406 One particular bit to check: in org.geotools.feature.FeatureTypeTest.testDeepCopy I deleted the three asserts comparing point objects because they seemed, er, pointless. The new patch is library-jts-1.12.patch (there is a single change to the cql module with the rest being in main). Michael On 26 June 2011 19:51, Jody Garnett <[email protected]> wrote: > Nice! > Do you want to dust that off and apply it? The following bug will benifit > from the change - http://jira.codehaus.org/browse/GEOT-3144 > > -- > Jody Garnett > > On Sunday, 26 June 2011 at 7:32 PM, Michael Bedward wrote: > > Hello all, > > I imagine most of you will have got Martin's note about JTS 1.12 being > released. It's taken a while but the new version is packed full of > good things. > > I've just prepared the maven artifacts for the core classes (ie. > excluding the testbuilder utilities) and, all being well, they should > land at Maven Central within the next couple of hours. > > Jody, there is a patch that was prepared long, long ago for the new > (fixed) Geometry equality methods: > > http://jira.codehaus.org/browse/GEOT-3406 > > Michael > > ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
