How to convert degree minutes second into decimal in java
Posted
by satya
on Stack Overflow
See other posts from Stack Overflow
or by satya
Published on 2010-05-06T07:58:20Z
Indexed on
2010/05/06
8:08 UTC
Read the original article
Hit count: 245
java
In my java application i am having latitude information in this format 28"41'44.13597 . My need is to convert the same information into 28.705450.
Please help through code or any references
Thanks in advance
© Stack Overflow or respective owner