From: Jody G. <jga...@re...> - 2008-09-04 14:20:51
|
Erich Sadlowski wrote: > Hello all, > > I'm new to GeoTools, which I want to use for coordinate transformation/conversion. So I tried to write a first "HelloWorld"-kinded Java-Programm as listed below. > > To do this, I obviously need - at runtime - the following jars: > > geoapi > gt-api > gt-epsg-hsql > gt-epsg-wkt > gt-metadata > gt-referencing > hsqldb > jsr > jts > vecmath > Please do not use gt-epsg-wkt and the epsg-hsql at the same time! If you check the wiki page here: - http://docs.codehaus.org/display/GEOTDOC/07+Referencing You will see that only one epsg "authority" should be used at a time: <http://docs.codehaus.org/display/GEOTDOC/07+Referencing> > Could anybody tell me what I'm doing wrong? > You will find that using the epsg-hsql authority is much better; it makes use of the real EPSG database (instead of a text format that does not contain quite the same information). Cheers, Jody |