<?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: exportImage with bounding box in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1232124#M79343</link>
    <description>&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;I'm also involving the ArcGIS Programming interface for JavaScript for respond. I'm utilizing an imageServer layer.&lt;/P&gt;&lt;P&gt;I see on load there are calls made to "ImageServer/exportImage" with a jumping box boundary while stacking , zooming the guide.&lt;/P&gt;&lt;P&gt;I might want to comprehend the reason why this call is being made , how might I keep away from this call.&lt;/P&gt;&lt;P&gt;I was searching for a few engineering reports to grasp the way of behaving of the guide watcher.&lt;/P&gt;&lt;P&gt;Much obliged,&amp;nbsp; &lt;A href="https://www.novacustomboxes.com/" target="_self"&gt;&lt;FONT color="#FFFFFF"&gt;best boxes&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 08:54:06 GMT</pubDate>
    <dc:creator>jhonsnow</dc:creator>
    <dc:date>2022-11-16T08:54:06Z</dc:date>
    <item>
      <title>exportImage with bounding box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073564#M73666</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the&amp;nbsp;ArcGIS API for JavaScript for react. I am using an imageServer layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see on load there are calls made to "ImageServer/exportImage" with a bounding box parameter while loading , zooming the map.&lt;/P&gt;&lt;P&gt;I would like to understand why this call is being made , how can I avoid this call.&lt;/P&gt;&lt;P&gt;I was looking for some architectural documents to understand the behavior of the map viewer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sendhil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 06:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073564#M73666</guid>
      <dc:creator>Sendhil</dc:creator>
      <dc:date>2021-06-29T06:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: exportImage with bounding box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073748#M73679</link>
      <description>&lt;P&gt;The exportImage endpoint is how the image is queried to load in the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/export-image.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/export-image.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There's no way to avoid it while using an ImageService layer, it's how the image is displayed&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 15:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073748#M73679</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-06-29T15:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: exportImage with bounding box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073925#M73683</link>
      <description>&lt;P&gt;Thank you. Wondering why there is a request made with the bounding box.&lt;/P&gt;&lt;P&gt;Is the map viewer initiating this request?&lt;/P&gt;&lt;P&gt;Trying to avoid this call since this could be a non cacheable request / response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sendhil&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 22:25:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073925#M73683</guid>
      <dc:creator>Sendhil</dc:creator>
      <dc:date>2021-06-29T22:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: exportImage with bounding box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073929#M73684</link>
      <description>&lt;P&gt;You're right, it's not cacheable, but the bounding box defines how to clip the image. You can't get an image without it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 22:54:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073929#M73684</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-06-29T22:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: exportImage with bounding box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073950#M73685</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I did try a sample from&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-imagerylayer/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-imagerylayer/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-imagerylayer/live/" target="_blank"&gt;Intro to ImageryLayer | Sample | ArcGIS API for JavaScript 4.19&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This has a simple call to the imageryLayer and I could see calls made to imageryServer/exportImage with&amp;nbsp;bounding box parameter&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sendhil&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 23:47:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1073950#M73685</guid>
      <dc:creator>Sendhil</dc:creator>
      <dc:date>2021-06-29T23:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: exportImage with bounding box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1232124#M79343</link>
      <description>&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;I'm also involving the ArcGIS Programming interface for JavaScript for respond. I'm utilizing an imageServer layer.&lt;/P&gt;&lt;P&gt;I see on load there are calls made to "ImageServer/exportImage" with a jumping box boundary while stacking , zooming the guide.&lt;/P&gt;&lt;P&gt;I might want to comprehend the reason why this call is being made , how might I keep away from this call.&lt;/P&gt;&lt;P&gt;I was searching for a few engineering reports to grasp the way of behaving of the guide watcher.&lt;/P&gt;&lt;P&gt;Much obliged,&amp;nbsp; &lt;A href="https://www.novacustomboxes.com/" target="_self"&gt;&lt;FONT color="#FFFFFF"&gt;best boxes&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 08:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exportimage-with-bounding-box/m-p/1232124#M79343</guid>
      <dc:creator>jhonsnow</dc:creator>
      <dc:date>2022-11-16T08:54:06Z</dc:date>
    </item>
  </channel>
</rss>

