<?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: Generate Runtime Packages using ArcObjects in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671425#M3453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, I've had success generating map packages by building a model, and it works well.&amp;nbsp; What I'm now having a hard time with is generating tile packages.&lt;BR /&gt;&lt;BR /&gt;Using server tools-&amp;gt;Caching I can generate a Tiling Scheme, no problem.&amp;nbsp; But if I try to Create/Export into a tile package, it always has an input service as required input, which I don't have.&lt;BR /&gt;&lt;BR /&gt;If I use File-&amp;gt;Share As-&amp;gt;Tile Package then I have the option of either a Tiling Scheme or a Map service.&lt;BR /&gt;&lt;BR /&gt;So is it possible to do this as a model?&lt;BR /&gt;&lt;BR /&gt;Andrew Purkis&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are plans for a specific GP tool to create Tile Packages - but I believe it didn't make it into Beta 2 of ArcGIS for Desktop. That means, for the time being, you'll need to use the GUI from the "File &amp;gt; Share As..." menu.&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>Wed, 14 Dec 2011 14:02:17 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2011-12-14T14:02:17Z</dc:date>
    <item>
      <title>Generate Runtime Packages using ArcObjects</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671418#M3446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to generate/share .mpk, .tpk, .gpk .apk, etc. packages that will be used by a Runtime application from an ArcObjects Engine application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I need a user friendly means of generating the packages for a non-GIS, non-technical user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew Purkis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671418#M3446</guid>
      <dc:creator>AndrewPurkis</dc:creator>
      <dc:date>2011-11-30T14:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Runtime Packages using ArcObjects</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671419#M3447</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, in Beta 2 there are GP tool equivalents for some of the packaging/sharing dialogs which are otherwise accessed from the File menu and it's relatively straightforward to call GP tools from an ArcGIS Engine application. In the ArcToolbox window (ArcMap/ArcCatalog) take a look at the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Data Management&lt;/SPAN&gt;&lt;SPAN&gt; toolbox &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Package&lt;/SPAN&gt;&lt;SPAN&gt; toolset. At Beta 2 I believe this toolset includes GP tools for creating Map Packages (.MPK) and Address Locator Packages (.APK). GP tools for working with the other package types are planned to follow. Geoprocessing packages have a more involved workflow because they can only be created from valid GP results (currently from the Geoprocessing results window within ArcMap) in order that the full tool execution is verified.&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, 01 Dec 2011 07:38:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671419#M3447</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2011-12-01T07:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Runtime Packages using ArcObjects</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671420#M3448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;Yes, in Beta 2 ...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know what the timeline for release on Beta 2 is?&amp;nbsp; I've been monitoring the things going on with Beta 1, but haven't had the opportunity - until now - to start playing with it.&amp;nbsp; I don't seem to be able to download Beta 1 anymore, and it appears I need to wait until Beta 2 is out to get started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 14:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671420#M3448</guid>
      <dc:creator>BrooksShannon</dc:creator>
      <dc:date>2011-12-01T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Runtime Packages using ArcObjects</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671421#M3449</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;Beta 2 should be quite soon, hopefully within the next few weeks.&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>Fri, 02 Dec 2011 07:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671421#M3449</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2011-12-02T07:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Runtime Packages using ArcObjects</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671422#M3450</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;Thanks for the reply, that is good news!&amp;nbsp; Can you give me a 'very rough idea' of when the other GP tools (routing is the one I'm really interested in, at the moment) will be available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew Purkis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 12:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671422#M3450</guid>
      <dc:creator>AndrewPurkis</dc:creator>
      <dc:date>2011-12-05T12:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Runtime Packages using ArcObjects</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671423#M3451</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;Point to point routing, service areas, closest facility, etc are already available within Beta 1 - you'll need to use the Advanced license string for anything beyond the point to point routing (multistop). the workflow for all these tools is to create a Geoprocessing package. We'll publish a list of all the GP tools available when Beta 2 ships.&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>Tue, 06 Dec 2011 08:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671423#M3451</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2011-12-06T08:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Runtime Packages using ArcObjects</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671424#M3452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I've had success generating map packages by building a model, and it works well.&amp;nbsp; What I'm now having a hard time with is generating tile packages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using server tools-&amp;gt;Caching I can generate a Tiling Scheme, no problem.&amp;nbsp; But if I try to Create/Export into a tile package, it always has an input service as required input, which I don't have.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use File-&amp;gt;Share As-&amp;gt;Tile Package then I have the option of either a Tiling Scheme or a Map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So is it possible to do this as a model?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew Purkis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 13:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671424#M3452</guid>
      <dc:creator>AndrewPurkis</dc:creator>
      <dc:date>2011-12-14T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Runtime Packages using ArcObjects</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671425#M3453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, I've had success generating map packages by building a model, and it works well.&amp;nbsp; What I'm now having a hard time with is generating tile packages.&lt;BR /&gt;&lt;BR /&gt;Using server tools-&amp;gt;Caching I can generate a Tiling Scheme, no problem.&amp;nbsp; But if I try to Create/Export into a tile package, it always has an input service as required input, which I don't have.&lt;BR /&gt;&lt;BR /&gt;If I use File-&amp;gt;Share As-&amp;gt;Tile Package then I have the option of either a Tiling Scheme or a Map service.&lt;BR /&gt;&lt;BR /&gt;So is it possible to do this as a model?&lt;BR /&gt;&lt;BR /&gt;Andrew Purkis&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are plans for a specific GP tool to create Tile Packages - but I believe it didn't make it into Beta 2 of ArcGIS for Desktop. That means, for the time being, you'll need to use the GUI from the "File &amp;gt; Share As..." menu.&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>Wed, 14 Dec 2011 14:02:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/generate-runtime-packages-using-arcobjects/m-p/671425#M3453</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2011-12-14T14:02:17Z</dc:date>
    </item>
  </channel>
</rss>

