<?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 Image server raster DEM, hillshade download JS code? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-server-raster-dem-hillshade-download-js-code/m-p/385239#M35602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dear Readers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for taking the time to read this article.&amp;nbsp; Our issue at hand:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;0. this is our 1st javascript project (any after 1999) and with esri api too - till now we had been developing with SL 5.x and ESRI SL 3.x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. we have DEMs from different sources housed on our servers for internal consumptions: of varying resolutions (30, 10, 5, 3, and 1 meter) resolutions and lidar data that has helped in creating finer resolutions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. we have housed it on Image server (version 10.11), and we have created image services on image server for DEM and their derivatives such as hillshade, aspect, slope in units and percentage for internal users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QUESTIONS:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there sample code for us to extract raster data from image server by providing an area of interest using Javascript API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do we need to have house raster data in a different format to efficiently extract it using JS API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ravi.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jul 2013 20:03:57 GMT</pubDate>
    <dc:creator>Ravichandran_M_Kaushika</dc:creator>
    <dc:date>2013-07-11T20:03:57Z</dc:date>
    <item>
      <title>Image server raster DEM, hillshade download JS code?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-server-raster-dem-hillshade-download-js-code/m-p/385239#M35602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dear Readers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for taking the time to read this article.&amp;nbsp; Our issue at hand:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;0. this is our 1st javascript project (any after 1999) and with esri api too - till now we had been developing with SL 5.x and ESRI SL 3.x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. we have DEMs from different sources housed on our servers for internal consumptions: of varying resolutions (30, 10, 5, 3, and 1 meter) resolutions and lidar data that has helped in creating finer resolutions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. we have housed it on Image server (version 10.11), and we have created image services on image server for DEM and their derivatives such as hillshade, aspect, slope in units and percentage for internal users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QUESTIONS:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there sample code for us to extract raster data from image server by providing an area of interest using Javascript API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do we need to have house raster data in a different format to efficiently extract it using JS API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ravi.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 20:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-server-raster-dem-hillshade-download-js-code/m-p/385239#M35602</guid>
      <dc:creator>Ravichandran_M_Kaushika</dc:creator>
      <dc:date>2013-07-11T20:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Image server raster DEM, hillshade download JS code?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-server-raster-dem-hillshade-download-js-code/m-p/385240#M35603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we don't have a sample published which demonstrates how to do exactly what you're asking, but &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/arcgisimageservicelayer.html"&gt;ArcGISImageServerLayer&lt;/A&gt;&lt;SPAN&gt; has a method &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/arcgisimageservicelayer.html#exportmapimage"&gt;exportMapImage()&lt;/A&gt;&lt;SPAN&gt; which allows you to make a request to download content from the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This method returns a reference to a &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/mapimage.html"&gt;MapImage&lt;/A&gt;&lt;SPAN&gt;, whose href property can be used to retrieve the content.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 15:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-server-raster-dem-hillshade-download-js-code/m-p/385240#M35603</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-12T15:24:15Z</dc:date>
    </item>
  </channel>
</rss>

