|
From: Oleksandr H. <guz...@gm...> - 2011-02-20 04:26:37
|
Hello, Is there an easy way to get from DefaultGeograficCRS.WGS84 an object with the same datum, but for which longitude changes from 0 to 360? I want it because I have polygons intersecting 180 degrees. So the points on the different size of 180 meridian are connected using the longer arc from for example -179 to 179 giving dlon=358 degrees, but I want dlon=2 degrees. Or maybe it is possible to change the prime meridian? I looked at the examples at codehaus, but they are not up-to-date, since the factories used there does not exist anymore. thank you for any help. -- Oleksandr Huziy |