Tagged Questions
0
votes
0answers
26 views
Simulating Random Movement Google Maps [duplicate]
Hi i have a pair of longitude and latitude coordinates and i would like to make a marker move on a map the path that it moves should be randomly generated however i want the marker to move 1 km every ...
0
votes
0answers
62 views
How to convert ISO 6709 cordinates?
I would like to convert ISO 6709 coordiantes to string ?
For example
Latitude: 1002.0672 N
Longitude : 07624.1767 E
Can you provide Java function ?
I go through it , but didn't get the answer..
2
votes
0answers
190 views
Convert Lat/Long to UTM specifying which zone to use (Java)
I have a set of coordinates in decimal degrees spread across two UTM zones in my Java application that I want to export to use in Petrel, so they need to be in the same UTM zone.
Is there a java ...