<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GeoJoin with ArcGIS Services in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269559#M1338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;it is supported at 10.1.&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/rest/apiref/dynamicLayer.html"&gt;http://resourcesbeta.arcgis.com/en/help/rest/apiref/dynamicLayer.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you be more specific? Do you mean something similar to the custom renderer as show in this example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/renderer_generate_renderer.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/renderer_generate_renderer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2012 18:08:28 GMT</pubDate>
    <dc:creator>LukePhilips</dc:creator>
    <dc:date>2012-02-07T18:08:28Z</dc:date>
    <item>
      <title>GeoJoin with ArcGIS Services</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269557#M1336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 21:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269557#M1336</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-02-02T21:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: GeoJoin with ArcGIS Services</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269558#M1337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it is supported at 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/rest/apiref/dynamicLayer.html"&gt;http://resourcesbeta.arcgis.com/en/help/rest/apiref/dynamicLayer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 14:36:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269558#M1337</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2012-02-03T14:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: GeoJoin with ArcGIS Services</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269559#M1338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;it is supported at 10.1.&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/rest/apiref/dynamicLayer.html"&gt;http://resourcesbeta.arcgis.com/en/help/rest/apiref/dynamicLayer.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you be more specific? Do you mean something similar to the custom renderer as show in this example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/renderer_generate_renderer.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/renderer_generate_renderer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 18:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269559#M1338</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-02-07T18:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: GeoJoin with ArcGIS Services</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269560#M1339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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 (&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;don't need to add them in the map at the authoring time&lt;/SPAN&gt;&lt;SPAN&gt;) as long as the workspace is 'registered' to the mapservice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 06:20:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geojoin-with-arcgis-services/m-p/269560#M1339</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2012-02-08T06:20:52Z</dc:date>
    </item>
  </channel>
</rss>

