Getting ready for JTS 1.12
--------------------------

                 Key: GEOT-3406
                 URL: http://jira.codehaus.org/browse/GEOT-3406
             Project: GeoTools
          Issue Type: Task
          Components: core main
            Reporter: Michael Bedward
            Assignee: Jody Garnett
            Priority: Minor
             Fix For: 2.8-M1
         Attachments: main-jts-1.12.patch

Martin D is working on JTS 1.12 and hopes to release it this month. It will 
include the following equals methods...

* Geometry.equals( Object obj) : if obj is a Geometry this calls 
Geometry.equalsExact( Geometry )
* Geometry.equalsExact( Geometry ) : as in 1.11, tests for structural equality
* Geometry.equalsTopo( Geometry ) : tests for topological equality
* Geometry.equals( Geometry ) : becomes a deprecated synonym for 
Geometry.equalsTopo( Geometry )

The attached patch is intended for when trunk moves to JTS 1.12. It removes 
some work-arounds and comments related to the previous (broken) JTS 
equals(Object) method. 

Note: I've only checked main, metadata and api modules (the latter two 
requiring no changes).



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to