CRS equals returns false when comparing two crs's, one obtained using CRS.parseWKT from the other's wkt. --------------------------------------------------------------------------------------------------------
Key: GEOT-2886 URL: http://jira.codehaus.org/browse/GEOT-2886 Project: GeoTools Issue Type: Bug Components: core referencing Affects Versions: 2.6.0 Environment: Windows XP, Java 1.6.0_14 Reporter: Fabio Mano Priority: Minor Comparing two CoordinateReferenceSystems, one obtained using CRS.parseWKT from the other's wkt is returning false. Example: CoordinateReferenceSystem a = CRS.decode("EPSG:4326"); CoordinateReferenceSystem b = CRS.parseWKT(a.toWKT()); System.out.println(a.equals(b)); -- 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 ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel