haythem souissi
haythem souissi

Reputation: 3273

convert Lambert 2 to WSG84

i got latitude and longitude in lambert 2, to have a result in my map i need latitude and longitude in WSG84.

I have been searching for hours and can not find an algo or a formula to do the conversion.

Please can anyone help me.

Thaks

Upvotes: 1

Views: 1704

Answers (3)

yageek
yageek

Reputation: 4455

I have written a very simply lightweight library to cover this problem. You can found it here : https://github.com/YaGeek/lambert-java

Upvotes: 0

Olivier Croisier
Olivier Croisier

Reputation: 6149

Have you taken a look to the opensource GeoTools (geotools.org) java library ? I remember we used it to convert coordinates between differents datums, years ago.

Upvotes: 1

Andrey Novikov
Andrey Novikov

Reputation: 5593

This is not an Android related question. Anyway you can use JH Labs Java Map Projection Library for that or write your own maths - Wikipedia provides all required formulas.

Upvotes: 1

Related Questions