<?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 How can I open a cacheDataset into a new layer in arcEngine in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-open-a-cachedataset-into-a-new-layer-in/m-p/273391#M6981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to load a cacheDataset (name?) that was created using the MapCookerClass as shown in the Multithreaded MapCruncher example at the URL below.&amp;nbsp; In arcMap it is possible to connect/add this cache using the Add Data dialog.&amp;nbsp; The ArcEngine dialog does not seem to support this structure so I am trying to do it programmatically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I use a rasterWorkspace to open and connect to this data?&amp;nbsp; Or, do I need to use something like the DynamicCacheLayerManager?&amp;nbsp; The latter appeared more likely, but it looks like it is assuming you already have that layer in the map.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wanting to add a new layer to the map from the previously created cache for an offline scenario.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help/examples would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Multithreaded_MapCruncher/000100000mmm000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Multithreaded_MapCruncher/000100000mmm000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2011 15:59:47 GMT</pubDate>
    <dc:creator>TimB</dc:creator>
    <dc:date>2011-12-01T15:59:47Z</dc:date>
    <item>
      <title>How can I open a cacheDataset into a new layer in arcEngine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-open-a-cachedataset-into-a-new-layer-in/m-p/273391#M6981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to load a cacheDataset (name?) that was created using the MapCookerClass as shown in the Multithreaded MapCruncher example at the URL below.&amp;nbsp; In arcMap it is possible to connect/add this cache using the Add Data dialog.&amp;nbsp; The ArcEngine dialog does not seem to support this structure so I am trying to do it programmatically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I use a rasterWorkspace to open and connect to this data?&amp;nbsp; Or, do I need to use something like the DynamicCacheLayerManager?&amp;nbsp; The latter appeared more likely, but it looks like it is assuming you already have that layer in the map.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wanting to add a new layer to the map from the previously created cache for an offline scenario.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help/examples would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Multithreaded_MapCruncher/000100000mmm000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Multithreaded_MapCruncher/000100000mmm000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 15:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-open-a-cachedataset-into-a-new-layer-in/m-p/273391#M6981</guid>
      <dc:creator>TimB</dc:creator>
      <dc:date>2011-12-01T15:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I open a cacheDataset into a new layer in arcEngine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-open-a-cachedataset-into-a-new-layer-in/m-p/273392#M6982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ESRI: The quote below is from your help file that discusses the MapCruncher sample. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So my question is: How do I 'Add the cache as a raster' in ArcEngine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the 'How to use' section:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;4. Once the cache is finished processing, open Engine or Desktop, navigate to the cache folder, and add the cache as a raster&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; I am trying to load a cacheDataset (name?) that was created using the MapCookerClass as shown in the Multithreaded MapCruncher example at the URL below. In arcMap it is possible to connect/add this cache using the Add Data dialog. The ArcEngine dialog does not seem to support this structure so I am trying to do it programmatically.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Do I use a rasterWorkspace to open and connect to this data? Or, do I need to use something like the DynamicCacheLayerManager? The latter appeared more likely, but it looks like it is assuming you already have that layer in the map.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;I am wanting to add a new layer to the map from the previously created cache for an offline scenario.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Any help/examples would be greatly appreciated.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Multithreaded_MapCruncher/000100000mmm000000/" rel="nofollow"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Multithreaded_MapCruncher/000100000mmm000000/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 13:24:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-open-a-cachedataset-into-a-new-layer-in/m-p/273392#M6982</guid>
      <dc:creator>TimB</dc:creator>
      <dc:date>2011-12-02T13:24:38Z</dc:date>
    </item>
  </channel>
</rss>

