I wa开发者_Go百科nt to organize lots of geoPDF files so they can easily viewed overlayed onto Google Maps and Google Earth.
I\'m looking for a replacement for Microsoft.SqlServer.Types.SqlGeography that will work in Silverlight. I\'m primarily interested in arbitrary collection of data (point, path, or polygon) and the STB
Suppose you are given an image of the earth\'s surface and that it is stored in the database as a polygon defined by the latitude/longitude pairs of its corners.
I am writing a site that basically looks for places within a 25 mile radius of a lat and long using php and mysql.
I\'m开发者_JAVA百科 having a problem locating anything on converting RAE to XYZ. If I am on a WGS84 spheroid, at say position -742507, -5462738, 3196706 and I detect an object at a range of 30km, azi
I have a map with locations as shown in the image below. These locations are held in a C# Dictionary object with both Latitude/Longitude and Cartesian (x, y, z) coordinates.The area is covered by 5
Our ASP.Net application connects to the a SSRS 2008 web service. The categories and reports are listed in a tree view in our application populated from a call to retrieve the list of reports from the
I\'m trying to insert some National Grid references into a Django PointField defined as follows: oscode = models.PointField(srid=27700, null=True, blank=True)
If i have a position specified in latitude and long开发者_JS百科itude, then it can cover a box, depending on how many digits of accuracy are in the position.
I\'m using Maxmind\'s free DAT file to calculate latitude and longitudes from IP addresses - that much works fine and was very straightforward to implement.