<?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: Save/Export Flex build map to esri layer package? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287115#M6839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have written an PrintSOE which can already&amp;nbsp; make an export to mxd:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698"&gt;http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have an ArcObjects code snippet to create an EsriLayerPackage?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that code can easily be integrated in the SOE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This would be an interesting addon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2011 15:36:30 GMT</pubDate>
    <dc:creator>TomSchuller</dc:creator>
    <dc:date>2011-03-28T15:36:30Z</dc:date>
    <item>
      <title>Save/Export Flex build map to esri layer package?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287114#M6838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a requirement to add a button to a flex api map that will allow the user to save/export the map as an esri layer package.&amp;nbsp; Thats the zip file containing data and imagery that ArcMap can generate.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anybody done this in a Flex front end?&amp;nbsp; I can easily export to a pdf or image file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Haven't seen anything about exporting to a package.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 13:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287114#M6838</guid>
      <dc:creator>JasonThiel</dc:creator>
      <dc:date>2011-03-28T13:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Save/Export Flex build map to esri layer package?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287115#M6839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have written an PrintSOE which can already&amp;nbsp; make an export to mxd:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698"&gt;http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have an ArcObjects code snippet to create an EsriLayerPackage?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that code can easily be integrated in the SOE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This would be an interesting addon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 15:36:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287115#M6839</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-03-28T15:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Save/Export Flex build map to esri layer package?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287116#M6840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just to be sure:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; To you think on LayerPackage or MapPackage?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For our PrintSOE, a MapPackage would be possible to create with the GPTool "Package Map":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Packages a map document and all referenced data sources to create a single compressed .mpk file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 01:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287116#M6840</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-03-29T01:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Save/Export Flex build map to esri layer package?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287117#M6841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just add this functionality to the latest version:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;exporting to ArcMAP PackageLayer (beta; format=mpk)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Download latest code (source+build) from:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html...026a32bb9dd698"&gt;http://www.arcgis.com/home/item.html...026a32bb9dd698&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 05:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/save-export-flex-build-map-to-esri-layer-package/m-p/287117#M6841</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-04-07T05:36:57Z</dc:date>
    </item>
  </channel>
</rss>

