<?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: Getting rasters from ImageServer. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621510#M58026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nacho - From your rest endpoint you can view the service in different ways (see the 'View In' links across the top of the screen). When I opened it as an arcgis.com map I only saw one NDVI layer. What layers/rasters were you expecting? Or are you trying to access particular tiles that constitute the image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 19:09:42 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2015-02-03T19:09:42Z</dc:date>
    <item>
      <title>Getting rasters from ImageServer.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621509#M58025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm starting using the REST API and the Javascript and I'm full of doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a REST Service as an ImageServer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://ermes.dlsi.uji.es:6080/arcgis/rest/services/Italy_NDVI_avg_2000_2013/ImageServer" title="http://ermes.dlsi.uji.es:6080/arcgis/rest/services/Italy_NDVI_avg_2000_2013/ImageServer"&gt;http://ermes.dlsi.uji.es:6080/arcgis/rest/services/Italy_NDVI_avg_2000_2013/ImageServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'am trying to access to the different rasters this image should have by using i.e.; &lt;/P&gt;&lt;P&gt;"fids" : [1]&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;"fids" : [12]&lt;/P&gt;&lt;P&gt;But I allways recieve the same image.&lt;/P&gt;&lt;P&gt;I suppose I'm missunderstanding something, but i can't discover what it is.&lt;/P&gt;&lt;P&gt;Than you in advance,&lt;/P&gt;&lt;P&gt;Nacho.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 09:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621509#M58025</guid>
      <dc:creator>NachoMiralles1</dc:creator>
      <dc:date>2015-02-03T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting rasters from ImageServer.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621510#M58026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nacho - From your rest endpoint you can view the service in different ways (see the 'View In' links across the top of the screen). When I opened it as an arcgis.com map I only saw one NDVI layer. What layers/rasters were you expecting? Or are you trying to access particular tiles that constitute the image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 19:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621510#M58026</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-02-03T19:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting rasters from ImageServer.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621511#M58027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what I'm actually receiving because the service is provided by a third party. But I'm expecting a mosaic with diferent rasters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 08:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621511#M58027</guid>
      <dc:creator>NachoMiralles1</dc:creator>
      <dc:date>2015-02-04T08:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting rasters from ImageServer.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621512#M58028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you accessing them using the ArcGIS JavaScript API? Trying adding it as an Image Service layer: &lt;A href="https://developers.arcgis.com/javascript/jsapi/arcgisimageservicelayer-amd.html" title="https://developers.arcgis.com/javascript/jsapi/arcgisimageservicelayer-amd.html"&gt;ArcGISImageServiceLayer | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-rasters-from-imageserver/m-p/621512#M58028</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-02-05T20:09:52Z</dc:date>
    </item>
  </channel>
</rss>

