<?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: WPF Map Cache Persistent across applications in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-map-cache-persistent-across-applications/m-p/337111#M1674</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;If you use a Tile Package (TPK) this is an offline equivalent or extract of a tiled service. You can either generate the TPK in ArcMap from the original data or use the Export Map Server Cache tool (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005400000013000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//005400000013000000&lt;/A&gt;&lt;SPAN&gt;) this executes on ArcGIS for Server 10.1 and can export an extent of cache as a TPK for use with the ArcGIS Runtime SDK for WPF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The TPK can then be shared across map controls/applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 08:04:22 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2012-07-19T08:04:22Z</dc:date>
    <item>
      <title>WPF Map Cache Persistent across applications</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-map-cache-persistent-across-applications/m-p/337110#M1673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a standalone WPF app that is using ESRI Cache maps. We wanted to share caches across multiple map windows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to share the Cache across multiple map windows?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the documentation for Mobile Apps it says ITileCache can be persistent across applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PersistCacheAcrossSessions&amp;nbsp; Indicates whether the cache is destroyed after the application exits. Use this for layers that doesn't allow persisting the data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would be nice to have a flag on ArcGISTiledMapServiceLayer , so it can be persistent across applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does the tile cache layer for WPF API works as mentioned in the link below?&amp;nbsp; Could that be leveraged to share cache afters its done downloaded?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=04f934a3a2d4483bb3126c199d6ed077"&gt;http://www.arcgis.com/home/item.html?id=04f934a3a2d4483bb3126c199d6ed077&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 20:45:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-map-cache-persistent-across-applications/m-p/337110#M1673</guid>
      <dc:creator>shay-geo</dc:creator>
      <dc:date>2012-07-18T20:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: WPF Map Cache Persistent across applications</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-map-cache-persistent-across-applications/m-p/337111#M1674</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;If you use a Tile Package (TPK) this is an offline equivalent or extract of a tiled service. You can either generate the TPK in ArcMap from the original data or use the Export Map Server Cache tool (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005400000013000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//005400000013000000&lt;/A&gt;&lt;SPAN&gt;) this executes on ArcGIS for Server 10.1 and can export an extent of cache as a TPK for use with the ArcGIS Runtime SDK for WPF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The TPK can then be shared across map controls/applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 08:04:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-map-cache-persistent-across-applications/m-p/337111#M1674</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2012-07-19T08:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: WPF Map Cache Persistent across applications</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-map-cache-persistent-across-applications/m-p/337112#M1675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an option with ArcGIS 10 to create Tile Package?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 13:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-map-cache-persistent-across-applications/m-p/337112#M1675</guid>
      <dc:creator>shay-geo</dc:creator>
      <dc:date>2012-07-19T13:54:11Z</dc:date>
    </item>
  </channel>
</rss>

