2
votes
6answers
279 views
How to calculate distances between coordinates EFFICIENTLY in Oracle
Hi Everybody!
I have a large Oracle database ( 720,000 records aprox) where each record has its own geographic coordinates (lat & lng) and i need to select just the records that are in a …
1
vote
2answers
39 views
java api for simple gis computations
Hi, I am trying to develop some simple location logic in the server-side portion of a java servlet-based webapp.
There are really just two operations that I'm interested in:
Given a start point …
1
vote
1answer
305 views
UIImagePickerController does not deliver geo tag data
When I use UIImagePickerController to select a photo, either from the Camera Roll or the Photo Library, the image that gets returned to me in the method
'didFinishPickingImage'
does not contain the …
0
votes
2answers
260 views
Google Geolocation API library
Hey all,
Is there a library out there that will get you your approximate location using the google service (https://www.google.com/loc/json)?
Google Gears has support for it as described here …
0
votes
4answers
165 views
Longest Distance Between Lat/Longs in a List
I have a database of geocoded entries. I need to determine which two entries are the furthest apart from a subset of the total entries. For example, I select a list of 10 entries then, from that list, …
0
votes
3answers
258 views
Why a same url opens different web pages?
Hi,
I am facing a strange thing when i open some URL. The URL is (www.jobserve.com)
When i open this URL from my home, it opens some web page. Same url if i open from my office network, i get a …
0
votes
3answers
472 views
SQL Server rand() aggregate
Problem: a table of coordinate lat/lngs. Two rows can potentially have the same coordinate. We want a query that returns a set of rows with unique coordinates (within the returned set). Note that …
