Hi all,

According to question in users list (below) - I would like to fix the Krovak 
projection to be compatible with ESRI definition. Problem is that ESRI 
definition is solving the axis swapping by defining the X_scale, Y_Scale and 
XY_Plane_Rotation parameters like this:

PARAMETER["X_Scale",-1.0],                          
PARAMETER["Y_Scale”,1.0],
PARAMETER["XY_Plane_Rotation",90.0]

The meaning in geotools meaner of such parameters is the same (in the case of 
Krovak) as using 
  AXIS["x", EAST], 

  AXIS["y", NORTH], 
instead of EPSG default
  AXIS["x", WEST], 
  AXIS["y", SOUTH],  

I can fix it by handling ESRI parameters directly in Krovak.transformNormalized 
method but maybe it can by solved more generally on higher level. 

Any idea on that?

Thank you in advanced,

Jan.
______________________________________________________________
> Od: [EMAIL PROTECTED]
> Komu: [EMAIL PROTECTED]
> Datum: 26.08.2008 08:20
> Předmět: Re: [Geotools-gt2-users] Geotools cannot parse EPSG:102067 from 
> esri.properties
>
>Hello Jan,
>
>is something new with EPSG:102067?
>
>
>Jaroslav
>-- 
>View this message in context:
http://www.nabble.com/Geotools-cannot-parse-EPSG%3A102067-from-esri.properties-tp18338972p19156407.html
>Sent from the geotools-gt2-users mailing list archive at Nabble.com.
>
>
>-------------------------------------------------------------------------
>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
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>


-------------------------------------------------------------------------
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-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to