I'm in the process of adding the following method in 
org.geotools.referencing.CRS:

    CoordinateReferenceSystem decode(String code, boolean 
forceLongitudeFirstAxisOrder);

For consistency, I would like to change the checked exception from

    throws NoSuchAuthorityCodeException

to

    throws FactoryException

FactoryException is the NoSuchAuthorityCodeException super-class. I verified 
that Geotools 2.3 
(trunk) build with no change except one trivial change in WMSReader and in 
WMSGeoRessource.

Is there any objection if I make the above-cited change? The rational is that a 
code may be found 
but the CRS creation may fail for an other reason.

        Martin.


_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to