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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-gt2-users mailing list
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to