<?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: Viewshed service or how to setup GeoprocessingService in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509763#M2598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Yes, Local Server requires a Standard deployment license&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) gpkx is produced by ArcGIS Pro. At the current Runtime release, gpkx doesn't work with local server. GPKs are created by ArcMap, GPKs work at this current Runtime local server release. Later this year, Runtime will support GPKX. Sorry for the confusion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2018 16:39:56 GMT</pubDate>
    <dc:creator>EricBader</dc:creator>
    <dc:date>2018-02-13T16:39:56Z</dc:date>
    <item>
      <title>Viewshed service or how to setup GeoprocessingService</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509760#M2595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;BR /&gt;Unfortunately the Viewshed of V100.2 works only for 3D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for 3D i have to setup&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;a GeoprocessingTask (client side) and process/display the results&lt;/LI&gt;&lt;LI&gt;create a geoprocessing package (&lt;SPAN class=""&gt;.gpk&lt;/SPAN&gt;)&lt;/LI&gt;&lt;LI&gt;create a LocalServer serving/wrapping geoprocessing package&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This that correct so far?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1) seem to be done (copied from &lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Analysis/AnalyzeViewshed" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Analysis/AnalyzeViewshed"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Analysis/AnalyzeViewshed at master · Esri/arcgis-runtime-samples…&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i start with step 2) and 3)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that for such a basic service (viewshed) a template is available?&lt;/P&gt;&lt;P&gt;Can someone give me a point where to start?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Norbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 14:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509760#M2595</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2018-02-05T14:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Viewshed service or how to setup GeoprocessingService</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509761#M2596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 ways to perform viewshed analysis in 100.2.&lt;/P&gt;&lt;P&gt;You can use the Local Server to run a viewshed geoprocessing task, or you can add an AnalysisOverlay to a SceneView and display the red and green areas of visibility, without using Local Server. The difference is, using the AnalysisOverlay displays the viewshed results in a transient, in-memory only manner. There is no persistence of the results. Using GP and Local Server, you can persist the result. Also, the AnalysisOverlay works today in 3D only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/sample-code/sample-qt-viewshedlocation.htm" title="https://developers.arcgis.com/qt/latest/cpp/sample-code/sample-qt-viewshedlocation.htm"&gt;Viewshed (Location)—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;is a good example of how to use the AnalysisOverlay approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your questions about 2) and 3), you'll use ArcMap to execute the Viewshed tool and share the results as a .GPK. This GPK&amp;nbsp;can then be&amp;nbsp;opened, read, and executed by the Local Server.&amp;nbsp;The&amp;nbsp;&lt;A class="" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/viewshed.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/viewshed.htm"&gt;Viewshed—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;explains the use of the viewshed tool in Desktop.&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-authoring-geoprocessing-services.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-authoring-geoprocessing-services.htm"&gt;A quick tour of authoring and sharing geoprocessing services—ArcMap | ArcGIS Desktop&lt;/A&gt;&amp;nbsp; is a good topic that explains the process for your step 2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good point about a 'template' being needed for such a common workflow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 18:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509761#M2596</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2018-02-07T18:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Viewshed service or how to setup GeoprocessingService</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509762#M2597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric!&lt;/P&gt;&lt;P&gt;Thanks for your hints!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Do i need any licences to run the local Server serving the viewshed?&lt;BR /&gt;Or is the licence just reqiured to &lt;STRONG&gt;generate&lt;/STRONG&gt; the gpk?&lt;/P&gt;&lt;P&gt;2) I tried to generate a gpk, but get a gpkx file. Is there a difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 15:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509762#M2597</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2018-02-13T15:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Viewshed service or how to setup GeoprocessingService</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509763#M2598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Yes, Local Server requires a Standard deployment license&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) gpkx is produced by ArcGIS Pro. At the current Runtime release, gpkx doesn't work with local server. GPKs are created by ArcMap, GPKs work at this current Runtime local server release. Later this year, Runtime will support GPKX. Sorry for the confusion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 16:39:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/viewshed-service-or-how-to-setup/m-p/509763#M2598</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2018-02-13T16:39:56Z</dc:date>
    </item>
  </channel>
</rss>

