<?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: Can JavaScript API 4 Identify Raster Layer Attribute? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-javascript-api-4-identify-raster-layer/m-p/721026#M66913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Have you looked at the image service identify task?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-ImageServiceIdentifyTask.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-ImageServiceIdentifyTask.html"&gt;ImageServiceIdentifyTask | API Reference | ArcGIS API for JavaScript 4.6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or are you just talking about a standard raster layer added to the webmap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2018 16:00:51 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2018-03-27T16:00:51Z</dc:date>
    <item>
      <title>Can JavaScript API 4 Identify Raster Layer Attribute?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-javascript-api-4-identify-raster-layer/m-p/721025#M66912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have raster layers under dynamic map services published on ArcGIS Server 10.5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using JSAPI 3, you can identify cell attributes from the raster layers (return Pixel Value, COUNT, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using JSAPI 4 (tested by modifying this sample - &lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/tasks-identify/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/tasks-identify/index.html"&gt;IdentifyTask | ArcGIS API for JavaScript 4.6&lt;/A&gt;&amp;nbsp;to point to our own ArcGIS Server map service with raster layers), the identify task returns&amp;nbsp;IDRESULTS: [{}]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does Esri intend to support identify function on raster layer with JS API &amp;nbsp;in the future, and what is the alternative or current workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 20:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-javascript-api-4-identify-raster-layer/m-p/721025#M66912</guid>
      <dc:creator>DeanChiang</dc:creator>
      <dc:date>2018-03-26T20:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can JavaScript API 4 Identify Raster Layer Attribute?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-javascript-api-4-identify-raster-layer/m-p/721026#M66913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Have you looked at the image service identify task?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-ImageServiceIdentifyTask.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-ImageServiceIdentifyTask.html"&gt;ImageServiceIdentifyTask | API Reference | ArcGIS API for JavaScript 4.6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or are you just talking about a standard raster layer added to the webmap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 16:00:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-javascript-api-4-identify-raster-layer/m-p/721026#M66913</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-03-27T16:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can JavaScript API 4 Identify Raster Layer Attribute?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-javascript-api-4-identify-raster-layer/m-p/721027#M66914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed the new Image Service Identify Task in JSAPI 4, but my target layers are not in image services.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have hundreds of raster layers published from raster datasets spread across dozens of dynamic map services on-premise. It looks like Esri is gesturing&amp;nbsp;toward Image Sever as the future online raster solution. The trouble is Esri has recently changed its Image Server licensing (took it out of the bundle of ArcGIS Server). We really do not want to take it out if their existing platform.&amp;nbsp;I wish they would just come out and make it clear to the customers regarding imminent&amp;nbsp;and breaking changes in the latest API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently the solution to upgrading our web apps from JSAPI 3 to 4 is a complete re-architecture of the entire data hosting platform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 00:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-javascript-api-4-identify-raster-layer/m-p/721027#M66914</guid>
      <dc:creator>DeanChiang</dc:creator>
      <dc:date>2018-03-29T00:10:33Z</dc:date>
    </item>
  </channel>
</rss>

