Andrea Aime ha scritto:
> Andrea Aime ha scritto:
>> Hi,
>> I'm trying to debug an infinite loop triggered when
>> trying to find a math transform from EPSG:32632 to EPSG:4326,
>> with first axis forced as longitude thru a system property.
>
Quick way to reproduce the stack overflow:
public static void main(String[] args) throws Exception {
System.setProperty("org.geotools.referencing.forceXY", "true");
CoordinateReferenceSystem crs1 = CRS.decode("EPSG:32632");
CoordinateReferenceSystem crs2 = CRS.decode("EPSG:4326");
System.out.println(CRS.findMathTransform(crs1, crs2));
}
Cheers
Andrea
-------------------------------------------------------------------------
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&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel