<?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 kernel density on raster image using flex API or geoprocessing in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432583#M10071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used a Kernel density function from spatial Analyst tool box&amp;nbsp; on a feature class and have determined the kernel density of an attribute. I then used the identify function in ArcMap&amp;nbsp; to check the density at any point on map. However&amp;nbsp; i want to publish this map on web. Is there any way to find the kernel density of an attribute on a published map at any point while accessing the published map through the browser. is there any function of flex API that i am suppose to use or&amp;nbsp; should use the geo processing service. Any suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 11:22:31 GMT</pubDate>
    <dc:creator>NadeemQazi</dc:creator>
    <dc:date>2012-09-19T11:22:31Z</dc:date>
    <item>
      <title>kernel density on raster image using flex API or geoprocessing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432583#M10071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used a Kernel density function from spatial Analyst tool box&amp;nbsp; on a feature class and have determined the kernel density of an attribute. I then used the identify function in ArcMap&amp;nbsp; to check the density at any point on map. However&amp;nbsp; i want to publish this map on web. Is there any way to find the kernel density of an attribute on a published map at any point while accessing the published map through the browser. is there any function of flex API that i am suppose to use or&amp;nbsp; should use the geo processing service. Any suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 11:22:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432583#M10071</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-09-19T11:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: kernel density on raster image using flex API or geoprocessing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432584#M10072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to publish your density raster layer as you would any other layer. This will make it identifyable through the services rest end point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the IdentifyTask class to identify your layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/IdentifyTask.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/IdentifyTask.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 16:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432584#M10072</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-09-19T16:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: kernel density on raster image using flex API or geoprocessing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432585#M10073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As for publishing options you can use ArcGIS for Server publishing tools or create an ArcGIS Online account and create a web map including your kernel density layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 03:38:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432585#M10073</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-20T03:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: kernel density on raster image using flex API or geoprocessing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432586#M10074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;You should be able to publish your density raster layer as you would any other layer. This will make it identifyable through the services rest end point.&lt;BR /&gt;&lt;BR /&gt;Use the IdentifyTask class to identify your layer:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/IdentifyTask.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/IdentifyTask.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Anthony, however I have one more query and it is about identify task. the help says it is used for identifying layer whereas i want to determine the density as calculated in the raster layer after applying the kernal density function , so can u please give me some clue how to use this function for my purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 15:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432586#M10074</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-09-21T15:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: kernel density on raster image using flex API or geoprocessing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432587#M10075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if you have tried Roberts enhanced identify tool which can be used in the sample viewer but this uses the identify task and when used against a raster layer it returns the attributes for that layer. Maybe have a look at his code which may point you in the right direction:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89"&gt;http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 16:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432587#M10075</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-09-21T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: kernel density on raster image using flex API or geoprocessing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432588#M10076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Anthony, however I have one more query and it is about identify task. the help says it is used for identifying layer whereas i want to determine the density as calculated in the raster layer after applying the kernal density function , so can u please give me some clue how to use this function for my purpose.&lt;BR /&gt;Regards&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you create the KDE output, create the raster attribute table.&amp;nbsp; You'll have to convert your values to integers, but the raster calculator can help with that.&amp;nbsp; You can always add a field to the table and recalculate the actual density values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The raster attribute table will contain the density value.&amp;nbsp; You can even add a text field and populate it with a statement such as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The density at this location is " &amp;amp; [DENSITY VALUE FIELD] &amp;amp; "."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then using the identifytask you can then identify the density values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 17:22:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kernel-density-on-raster-image-using-flex-api-or/m-p/432588#M10076</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2012-09-21T17:22:43Z</dc:date>
    </item>
  </channel>
</rss>

