<?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 ArcGISImageServiceLayer return participating raster IDs? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisimageservicelayer-return-participating/m-p/663850#M61956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a large mosaic dataset with time-based raster with lots of overlap.&amp;nbsp; My application allows users to specify lots of options and then I use a mosaic rule to shuffle the imagery and produce a mosaic.based on the user's query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of the amount of imagery and how I use the entire stack of historic dates to "fill in the mosaic" I do not know from the user's options which rasters are participating in the mosaic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is, is there any way to know which rasters were used to generate a given mosaic in a ArcGISImageServiceLayer?&amp;nbsp; I need just the ones visible, not all the others that weren't used because they were at the bottom of the stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Layth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2016 19:23:54 GMT</pubDate>
    <dc:creator>LaythGrangaard</dc:creator>
    <dc:date>2016-06-30T19:23:54Z</dc:date>
    <item>
      <title>ArcGISImageServiceLayer return participating raster IDs?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisimageservicelayer-return-participating/m-p/663850#M61956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a large mosaic dataset with time-based raster with lots of overlap.&amp;nbsp; My application allows users to specify lots of options and then I use a mosaic rule to shuffle the imagery and produce a mosaic.based on the user's query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of the amount of imagery and how I use the entire stack of historic dates to "fill in the mosaic" I do not know from the user's options which rasters are participating in the mosaic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is, is there any way to know which rasters were used to generate a given mosaic in a ArcGISImageServiceLayer?&amp;nbsp; I need just the ones visible, not all the others that weren't used because they were at the bottom of the stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Layth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 19:23:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisimageservicelayer-return-participating/m-p/663850#M61956</guid>
      <dc:creator>LaythGrangaard</dc:creator>
      <dc:date>2016-06-30T19:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISImageServiceLayer return participating raster IDs?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisimageservicelayer-return-participating/m-p/663851#M61957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When performing an ImageServiceIdentifyTask (&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/imageserviceidentifytask-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/imageserviceidentifytask-amd.html"&gt;ImageServiceIdentifyTask | API Reference | ArcGIS API for JavaScript 3.17&lt;/A&gt; ), you can define the ImageServiceIdentifyParameters (&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/imageserviceidentifyparameters-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/imageserviceidentifyparameters-amd.html"&gt;ImageServiceIdentifyParameters | API Reference | ArcGIS API for JavaScript 3.17&lt;/A&gt; ) where you can set the mosaicRule (&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/imageserviceidentifyparameters-amd.html#mosaicrule" title="https://developers.arcgis.com/javascript/3/jsapi/imageserviceidentifyparameters-amd.html#mosaicrule"&gt;ImageServiceIdentifyParameters | API Reference | ArcGIS API for JavaScript 3.17&lt;/A&gt;&amp;nbsp; and &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/mosaicrule-amd.html#mosaicrule1" title="https://developers.arcgis.com/javascript/3/jsapi/mosaicrule-amd.html#mosaicrule1"&gt;MosaicRule | API Reference | ArcGIS API for JavaScript 3.17&lt;/A&gt; )&amp;nbsp; and use the METHOD_LOCKRASTER method to list the participating raster IDs.&amp;nbsp; The first one from the resulting list should be the one you are looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 07:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisimageservicelayer-return-participating/m-p/663851#M61957</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-07-01T07:03:06Z</dc:date>
    </item>
  </channel>
</rss>

