For GeographicCRS, epsg-wkt expect axis order to be (longitude,latitude). This 
is common usage, but a violation of what the EPSG database said.

By default, epsg-hsql complies with the axis order specified by the EPSG 
database, which is usually (latitude,longitude). If however you still want an 
CRS using (longitude,latitude) axis order, use the following:

   CRS.decode("EPSG:xxxx", true);

where the boolean argument is for "Force (longitude,latitude) axis order."

Reference: http://docs.codehaus.org/display/GEOTOOLS/The+axis+order+issue

        Martin

-------------------------------------------------------------------------
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