java - Convert GeoDB Geocoordinates to Lat/Lon and do an area search -


i have database geocoordinates of every zipcode in decimal form (e.g. 5099755, 928690)

i want area search based on these values, in formula i'v found, should pass lat , lon values double.

how can convert these "decimal" values "double" values?

if geopoints geocoordinates variable

double lat = geopoints.getlattitude(); or double lat = geopoints.getlattitudee6; double lon = geopoints.getlongitude(); or double lat = geopoints.getlongitudee6;


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -