<?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: javascript API example for consuming an ArcGIS 10 Image Service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256666#M23824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the code please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2020 21:32:59 GMT</pubDate>
    <dc:creator>tigerwoulds</dc:creator>
    <dc:date>2020-10-30T21:32:59Z</dc:date>
    <item>
      <title>javascript API example for consuming an ArcGIS 10 Image Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256661#M23819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a large mosaic image service using ArcGIS Server 10.&amp;nbsp; I'm looking for a javascript API example to select and render individual rasters datasets from that mosaic.&amp;nbsp; I see the REST API for the service, but thought there might be an easy way to integrate this into my existing javascript client.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 20:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256661#M23819</guid>
      <dc:creator>ToddSmith4</dc:creator>
      <dc:date>2012-04-16T20:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: javascript API example for consuming an ArcGIS 10 Image Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256662#M23820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that was easy... I just constructed a REST call to my image service with the appropriate parameters.&amp;nbsp; I am getting a strange darkening of my base map image however.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 20:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256662#M23820</guid>
      <dc:creator>ToddSmith4</dc:creator>
      <dc:date>2012-04-16T20:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: javascript API example for consuming an ArcGIS 10 Image Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256663#M23821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;that was easy... I just constructed a REST call to my image service with the appropriate parameters.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's what you'll have to do...we don't have any classes in the API (yet) to work with ArcGIS Server Image Services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 22:13:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256663#M23821</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-04-16T22:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: javascript API example for consuming an ArcGIS 10 Image Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256664#M23822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Todd, can you post your code so we can&amp;nbsp; see what's the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In 10.1 you have more functionality in rest for image server &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/rest/apiref/index.html"&gt;http://resourcesbeta.arcgis.com/en/help/rest/apiref/index.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 05:48:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256664#M23822</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2012-04-17T05:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: javascript API example for consuming an ArcGIS 10 Image Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256665#M23823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would be great to see the code.&amp;nbsp; I'm trying to do the same thing, but am really new to javascript.&amp;nbsp; I'm not sure what you mean a REST call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm actually trying to call the specific image by clicking on a row in a datagrid.&amp;nbsp; Is that even possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 15:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256665#M23823</guid>
      <dc:creator>AllisonAnderson</dc:creator>
      <dc:date>2012-04-25T15:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: javascript API example for consuming an ArcGIS 10 Image Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256666#M23824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the code please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2020 21:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-example-for-consuming-an-arcgis-10/m-p/256666#M23824</guid>
      <dc:creator>tigerwoulds</dc:creator>
      <dc:date>2020-10-30T21:32:59Z</dc:date>
    </item>
  </channel>
</rss>

