Hello Martin

Are you sure you are using epsg-hsql.jar? I just tried on my machine (GeoTools 
2.6-SNAPSHOT, but it is identical to 2.5-SNAPSHOT) and I get:

PROJCS["ETRS89 / ETRS-LAEA",
   GEOGCS["ETRS89",
     DATUM["European Terrestrial Reference System 1989",
       SPHEROID["GRS 1980", 6378137.0, 298.257222101, AUTHORITY["EPSG","7019"]],
       TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
       AUTHORITY["EPSG","6258"]],
     PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
     UNIT["degree", 0.017453292519943295],
     AXIS["Geodetic latitude", NORTH],
     AXIS["Geodetic longitude", EAST],
     AUTHORITY["EPSG","4258"]],
   PROJECTION["Lambert Azimuthal Equal Area", AUTHORITY["EPSG","9820"]],
   PARAMETER["latitude_of_center", 52.0],
   PARAMETER["longitude_of_center", 10.0],
   PARAMETER["false_easting", 4321000.0],
   PARAMETER["false_northing", 3210000.0],
   UNIT["m", 1.0],
   AXIS["Northing", NORTH],
   AXIS["Easting", EAST],
   AUTHORITY["EPSG","3035"]]

Could it be that you have gt-epsg-wkt in your classpath? Or maybe you invoke 
the 
CRS.decode(code, true) method with a "true" value for the boolean argument?

        Martin


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to