Tagged Questions

2
votes
5answers
1k views

Formatting double to latitude/longitude human readable format

If the formula for converting latitude or longitude to double is ((Degree) + (Minute) / 60 + (Second) / 3600) * ((South || West) ? -1 : 1) then what's the formula for parsing degrees, minutes, ...
1
vote
5answers
237 views

How to get the closest significant population centre from a latitude and longitude?

I'm currently trying to reverse geocode a series of lat/long co-ordinates using the Virtual Earth/Bing Maps web services. Whilst I can successfully retrieve an address for the positions I also need ...
0
votes
1answer
229 views

How do I finding multiple Intersection results via ReverseGeoCoding in ArcObjects?

The project I'm working on requires me to find intersections near a point (searching a street centerline layer). For 90+% of my searches, I seem to be getting the appropriate results, however in ...