GeoJoin with ArcGIS Services

2358
3
02-02-2012 01:49 PM
LukePhilips
New Contributor III
Has anyone seen any ways to dynamically join data in services. E.g. I've already exposed County boundaries in a MapService, now I want to let users join their relative data to this service for their own thematic visualizations.
0 Kudos
3 Replies
TanuHoque
Esri Regular Contributor
0 Kudos
LukePhilips
New Contributor III
it is supported at 10.1.
http://resourcesbeta.arcgis.com/en/help/rest/apiref/dynamicLayer.html


Could you be more specific? Do you mean something similar to the custom renderer as show in this example?
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/renderer_generate_renderer.html
0 Kudos
TanuHoque
Esri Regular Contributor
what I meant was if you have a layer and bunch of tables in a mapservice, you can join any of those tables to the layer on-the-fly and draw features based on attribute value from the joined table. Also, please note that a layer or table can be directly accessed from a workspace (don't need to add them in the map at the authoring time) as long as the workspace is 'registered' to the mapservice.

The sample that you've provided shows an example on how you can take advantage of ArcGIS server side functionality to generate class breaks renderer without writing much code on the client side.
0 Kudos