Using MapIt data

To use SQL Server tables via the MapIt Spatial Data Service in the ArcGIS API for Windows Phone, you need to know the URL of a table. URLs can vary but will often look like the following:

http://www.example.com/sds/databases/Demo/dbo.WorldCities_Geographic

Using tables

In general, tables in SQL Server can be queried in the ArcGIS API for Windows Phone and displayed as graphics in a map. MapIt components and SQL Server do not generate map images on a server - instead the MapIt Spatial Data Service streams features (geometry and attributes) to the client, and the client is responsible for displaying the geographic content as graphics. The ArcGIS API for Windows Phone includes the following core components you can use to access and display features:

You can obtain information about tables accessible from the MapIt Spatial Data Service from your MapIt/SQL Server administrator or by searching the MapIt Spatial Data Services Directory. For additional information, see Discovering MapIt data.


12/1/2010