Using SDS feature services

To use database tables via a Spatial Data Server (SDS) in the ArcGIS Runtime SDK for Java, you need to know the uniform resource locator (URL) of a table. URLs can vary but often look like the following:

Using tables

In general, tables in the database can be queried in the ArcGIS Runtime SDK for Java and displayed as graphics in a map. SDS components and any native spatial capabilities the databases have do not generate map images on a server; instead, the SDS streams features (geometry and attributes) to the client, and the client is responsible for displaying the geographic content as graphics. The ArcGIS Runtime SDK for Java includes the following core components you can use to access and display features:

2/7/2013