The output is class org.geotools.referencing.operation.transform.AffineTransform2D
A little confused for a moment until realizing that it is non public class. The above MathTransform instance was created by AffineTransformBuilder concatenated with another MathTransform from ProjectiveTransform.create(). On Jul 21, 2008, at 10:56 PM, Martin Desruisseaux wrote: > Y. J. Chun a écrit : >> But transformation result is quite different for MathTransform and >> returned AffineTransform for same position >> (0,0) ==> >> AffineTransform: [1.9458968000328103, 102.34457284971506] >> MathTransform: [6.656101900490285, 102.34457284971506] > > > Could you send us the output of the following please? > > System.out.println(t.getClass()); > > Martin > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
