Thomas Zuberbühler ha scritto: > Dear Mailinglist > > I get everytime a NoSuchAuthorityCodeException. I don't know why because I > use an official EPSG Code. In the following I put the Exception and a > http://www.nabble.com/file/6701/GeoToolsTest.java JUnit test file .
Hum, I do believe you should provide "EPSG:21781" and not simply "21781". If you're doing lots of transformations, I'd suggest to use the CRS class, that uses a caching authority (so if you request more than once then same CRS you'll hit the db only once). It's also easier to use. Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
