Le 21/12/12 16:07, Mattmann, Chris A (388J) a écrit :
Thanks Martin I applied your patch to the JDK6, JDK7 branches and the
trunk in:
https://issues.apache.org/jira/browse/SIS-70
Cool, thanks a lot!
I added the normalize() method. However this method is not yet
effective. This is because there is no hard-coded dimension for the
longitudes, and no hard-coded constants like 360° shift. The normalize()
method infers those properties from the coordinate system axes. But
since the coordinate system objects have not yet been ported, for now
normalize() has no information.
After the coordinate system objects will have been ported, normalize()
should starts "automagically" to work as expected.
Martin