Improve pseudo-WKT formatting for CoordinateOperation -----------------------------------------------------
Key: GEOT-853 URL: http://jira.codehaus.org/browse/GEOT-853 Project: GeoTools Type: Improvement Components: referencing Versions: 2.3.M0, 2.1.1, 2.2-RC2 Reporter: Martin Desruisseaux Assigned to: Martin Desruisseaux Priority: Minor Fix For: 2.3.M0 Note: OGC defines WKT for MathTransform, but not for CoordinateOperation. Consequently, we name CoordinateOperation formatting as "pseudo-WKT" below. Pseudo-WKT formatting is rather primitive for CoordinateOperation in Geotools 2.2: the class name, the source and target CRS names (without their authority code), and a dump of MathTransform as WKT. Nothing is said about the operation method, concatenated operation do not list its contained operations, and defining conversion do not lists its parameters. We should ommit the MathTransform WKT (user can invoke System.out.println(operation.getMathTransform()) if he wants it) and improve the information provided in the remaining. -- 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 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel