John Dorado a écrit :
> [...snip...]
> 
> GeneralEnvelope ge = new GeneralEnvelope(2);
> ge.add(new DirectPosition2D(0,0));
> ge.add(new DirectPosition2D(-180,90));
> ge.setCoordinateReferenceSystem(MapUtil.LATLON_PROJECTION);

I'm not familiar with this MapUtil thing. Where does it come from? What is the 
result of 
System.out.println(MapUtil.LATLON_PROJECTION)? The name suggests that latitude 
is first, while the 
DirectPosition seems to assume longitude first. What is the result of 
System.out.println(ge)?

        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&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to