pjackson a écrit :
> I noticed what appears to be a bug when projecting from UTM to Geographic
> coordinates (also tried projection to and from geographic yielding the same
> behavior).
>
> In ConcatenatedTransformDirect.transform(), there is a second transform that
> unnecessarily (?) swaps the x and y coordinates...
It is probably the intended feature rather than a bug. You need to check what
are the axis order of your sourceCRS and your targetCRS. Just do the following:
System.out.println(sourceCRS);
System.out.println(targetCRS);
and look at the AXIS elements in the output.
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel