format DXF

TwitterFacebook
Get flash to fully experience Pearltrees
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/dd6255740040d317/ed1fcb624c2b3697?lnk=gst&q=another+radius&pli=1

Another search radius question - Google Maps API

6371, which is the value you multiply with, is approximately the Earth radius in KM, so that should be the unit of the result you're getting. However, the formula I have looks a bit different. For MS SQL server: ------------------------------ ----------------- select *, acos(cos(CENTER_LATITUDE * (PI()/180)) * cos(CENTER_LONGITUDE * (PI()/180)) * cos(lat * (PI()/180)) * cos(long * (PI()/180)) + cos(CENTER_LATITUDE * (PI()/180)) * sin(CENTER_LONGITUDE * (PI()/180)) * cos(lat * (PI()/180)) * sin(long * (PI()/180)) + sin(center_latitude * (PI()/180)) * sin(lat * (PI()/180)) ) * 6378 as Dist from TABLE_NAME ------------------------------ ----------------- 6378 is the Earth radius in KM. Replace this value with Radius in miles, or whatever unit, to get results on the same unit.

Manuel d'utilisation: Spécification de l'emplacement géographique d'un dessin

Vous pouvez spécifier l'emplacement géographique, l'orientation et l'altitude des objets dans un dessin. Ces informations sont utiles pour l'étude d'ensoleillement, l'analyse d'environnement, l'exportation vers AutoCAD Map 3D et l'utilisation de Google Earth. Les informations d'emplacement géographique peuvent être spécifiées de deux manières : http://docs.autodesk.com/ACDLT/2011/FRA/filesAUGLT/WS73099cc142f4875518134151150332e308-7e64.htm