<?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: How to export the whole map in different scale in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579230#M13063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;your information is very helpful, I would take it into account, and change the technical route or just discuss with the client and cancel&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Han&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2012 07:57:24 GMT</pubDate>
    <dc:creator>hanwang1</dc:creator>
    <dc:date>2012-08-06T07:57:24Z</dc:date>
    <item>
      <title>How to export the whole map in different scale</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579225#M13058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi esri flex team&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a special requirement about map export.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the api 3.0 PrintTask to export a web map, this function is amazing, but I am wondering does it work on exporting the whole map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with different scale?for example, there is a map services,the tiled layer scale is 1:10000,1:5000,1:2000,1:1000 and 1:500. I want export the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map as an image and this image shows the full screen map and contains 1:500 details.I guess the size of this image must be very large.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there any way to realize this requirement?if the answer is yes, could please share me a sample or at least show me some clues like what &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;kind of methods I should use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Han&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 06:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579225#M13058</guid>
      <dc:creator>hanwang1</dc:creator>
      <dc:date>2012-08-02T06:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the whole map in different scale</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579226#M13059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi gus&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;through my researching on PrintTask APIs, I find if you could set the ExportOptions of PrintParameters, then you may export a wider extent than the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;current view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there are three parameters of ExportOptions,dpi, width and height, these three parameters are used for setting the size of export image.theoretically if you set ExportOptions.width and ExportOptions.height as large as possible, then you may export the whole map detail in a large scale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the default of width and height are the map's width and map's width,I set width and height as twice as map's width and height,run the progrom, the export image shows a larger extent than map current view.but when I set width and height as four times of map's width and height, it returns an error message "HTTP request error". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone tell me why I meet this error?by the way,My arcgis server 10.1 is prerelease version,does this matter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Han&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 09:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579226#M13059</guid>
      <dc:creator>hanwang1</dc:creator>
      <dc:date>2012-08-02T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the whole map in different scale</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579227#M13060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the Viewer's PrintWidget, you can specify the scale of the output. Does this produce the results you're looking for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/live/index.html"&gt;http://resources.arcgis.com/en/help/flex-viewer/live/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I would recommend upgrading to 10.1 final.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 15:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579227#M13060</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-08-02T15:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the whole map in different scale</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579228#M13061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the print widget of the viewer, this can not satisfy my requirement, because I want export the whole map in a certain scale, though print widget allows me export a certain scale, the output result is only a part of the whole map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read the code of the viewer ,there is a parameter of printparameter named "preserveScale", if you set "preserveScale" as true, the export result would come with the current view scale of the map, if false then you may set a specific scale to export map, and the extent of the map changed along with this scale, if the scale is larger, the extent would be smaller, vice versa.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe this functionality could not be realized by flex api, anyway the export result may be a very large image for example if I want to export a 1:1000 Beijing map, the size of the result would be several GBs, and this is far out of arcgis server capability. In this case I need call for help from some professional remote sensing software like envi or erdas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Han&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 01:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579228#M13061</guid>
      <dc:creator>hanwang1</dc:creator>
      <dc:date>2012-08-03T01:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the whole map in different scale</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579229#M13062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Advanced_printing_for_web_maps/01540000056t000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/Advanced_printing_for_web_maps/01540000056t000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The PrintingTools service and its client print widgets in the ArcGIS web APIs are intended for basic printing on small paper sizes. If you want to plot maps larger than 11 x 17 inches, consider using a Python script to convert the web map to a map document (MXD).There are a number of arcpy.mapping functions that can take an MXD and export it to various formats for printing on large paper sizes or inclusion in map books."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a tutorial that uses arcpy.mapping:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Tutorial_Basic_high_quality_web_map_printing_exporting_using_arcpy_mapping/0057000000mr000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/Tutorial_Basic_high_quality_web_map_printing_exporting_using_arcpy_mapping/0057000000mr000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 21:58:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579229#M13062</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-08-03T21:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the whole map in different scale</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579230#M13063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;your information is very helpful, I would take it into account, and change the technical route or just discuss with the client and cancel&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Han&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 07:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-export-the-whole-map-in-different-scale/m-p/579230#M13063</guid>
      <dc:creator>hanwang1</dc:creator>
      <dc:date>2012-08-06T07:57:24Z</dc:date>
    </item>
  </channel>
</rss>

