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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.