Using MapIt data

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

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 WPF 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 WPF includes the following core components you can use to access and display features:

1/23/2012