Jesse Eichar a écrit :
java.text.ParseException: Error in "PROJECTION": No transform for classification "Lambert_Azimuthal_Equal_Area" is this a know problem?

This means that the "Lambert_Azimuthal_Equal_Area" projection is not yet implemented in Geotools. We would need a volunter for implementing this one.

You can get the list of supported transformations (including but not limited to projections) with the following command line:

    java org.geotools.referencing.operation.DefaultMathTransformFactory

Note: the very first time this command is executed on a Windows box, you may 
need to provide a

    -encoding Cp850

argument (after DefaultMathTransformFactory) where "850" is the output of the 
following DOS command:

    chcp

It may be a different number on yours machine according yours local setting. This is used for drawing nice box around the table (but do not impact on the functionalities).

        Martin.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to