unit conversion - Convert Decimal Degrees or Degree Minutes Seconds to Meters in Java -


i working gis project. right have code convert decimal degrees degree/minute/seconds, don't have idea how convert decimal degree or degree/minutes/seconds meters. can me convert decimal degree or degree/minutes/seconds meters in java?

you question might easy, or complicated. can assume spherical earth? if so, might fine basic arc length formula:

arc length = degrees * pi * r / 180 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -