Jody Garnett a écrit :
> Thanks Martin this answers my questions; out of courtesy to the GeoTools 
> community I would like to make a BEFORE / AFTER code example - sounds 
> like it will just be a change of import? And the addition of some Java 5 
> syntax for the brave.

In many case the only changes will be:

BEFORE:  import javax.units.Unit;
AFTER:   import javax.measure.units.Unit;

However there is some additional issues for those who use the Converter class, 
mostly a change in argument order. I hope to write more when I will have gained 
experience with the changes in GeoTools implementation.

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to