Justin Deoliveira a écrit :
> No objection from me. Just give me a heads up when you actually rename
> the method so i can fix the calls to it from GeoServer.

Done on GeoTools trunk:

   getEPSGCode(CoordinateReferenceSystem crs) renamed as
   lookupEpsgCode(CoordinateReferenceSystem crs, boolean allowFullscan);

You can provide value 'false' to the boolean parameter in order to get the
original functionality of 'getEPSGCode' (plus a little bit more, since
'lookupEpsgCode' tries harder even if 'allowFullscan' is false).

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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