I'm trying to find a solution to convert my epsg:32632 coordinates into meters. epsg:32632 coordinates look like: 13.39453125, 58.34765625.

Does anyone know how can i do this in java?

Thanks,

Ares

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

You're going to need to look at one of the geo toolkits out there. GeoTools (geotools.org) may have something to do this. What you're going to need to do is create a line geometry in the SRID you have above, then convert it to another SRID that more or less matches your spheroid etc but has a unit of meters.

link|improve this answer
feedback

Take a look at this site,

link|improve this answer
thanks, that helped. – Ares May 6 '11 at 11:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.