<?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 Create non-rectangular mobile cache in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543142#M2268</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;Is it possible to create a non-rectangular mobile cache from ArcMap? I already tried to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Use clipping on the map, but the CreateMobileMap_mobile tool seems to ignore this&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use a definition query: Based on the area, I select the objectid's, and create a query such as 'objectid in (1,2,3, ...). This works for small sets, but since the definition query's textbox has a maximum of 30,000 characters, larger sets don't.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;SPAN&gt;Any other ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 08:51:31 GMT</pubDate>
    <dc:creator>BerendVeldkamp</dc:creator>
    <dc:date>2011-09-12T08:51:31Z</dc:date>
    <item>
      <title>Create non-rectangular mobile cache</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543142#M2268</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;Is it possible to create a non-rectangular mobile cache from ArcMap? I already tried to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Use clipping on the map, but the CreateMobileMap_mobile tool seems to ignore this&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use a definition query: Based on the area, I select the objectid's, and create a query such as 'objectid in (1,2,3, ...). This works for small sets, but since the definition query's textbox has a maximum of 30,000 characters, larger sets don't.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;SPAN&gt;Any other ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 08:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543142#M2268</guid>
      <dc:creator>BerendVeldkamp</dc:creator>
      <dc:date>2011-09-12T08:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create non-rectangular mobile cache</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543143#M2269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Is it possible to create a non-rectangular mobile cache from ArcMap? I already tried to:&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Use clipping on the map, but the CreateMobileMap_mobile tool seems to ignore this&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use a definition query: Based on the area, I select the objectid's, and create a query such as 'objectid in (1,2,3, ...). This works for small sets, but since the definition query's textbox has a maximum of 30,000 characters, larger sets don't.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;Any other ideas?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think it is possible to create a mobile cache using non-rectangular extents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if the goal is to create a mobile cache that more closely approximates the outline of the area you need data for, you could build the cache using the SDK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the SDK you could build the cache requesting many different rectangular extents.&amp;nbsp; This could give you a better fit to the area you want to base the cache on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I think you have to use the SDK, as I don't think the GP tool will allow you to do this as it will create an entirely new mobile cache each execution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 15:56:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543143#M2269</guid>
      <dc:creator>StephenDickinson</dc:creator>
      <dc:date>2011-09-16T15:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create non-rectangular mobile cache</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543144#M2270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And by SDK you mean the Mobile SDK I think? Yeah, would work in some cases, but is there a way to make that work without ArcGIS Server? Right now I'm using ArcMap with the Mobile Toolbox.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 05:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543144#M2270</guid>
      <dc:creator>BerendVeldkamp</dc:creator>
      <dc:date>2011-09-20T05:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create non-rectangular mobile cache</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543145#M2271</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;Yes, you would need to use the ArcGIS Mobile SDK which currently, as far as I know, needs to work against a mobile enabled map service provided by ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the create mobile cache GP tool in the toolbox creates an entirely new mobile cache each execution, which means you can't use it to incrementally build up a larger cache over several executions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 07:35:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/create-non-rectangular-mobile-cache/m-p/543145#M2271</guid>
      <dc:creator>StephenDickinson</dc:creator>
      <dc:date>2011-10-05T07:35:01Z</dc:date>
    </item>
  </channel>
</rss>

