<?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 GPFeatureRecordSetLayer in Viewshed Sample in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/gpfeaturerecordsetlayer-in-viewshed-sample/m-p/679495#M4724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to duplicate the android Viewshed example that uses the service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sample accesses the output which is a GPFeatureRecordSetLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created my own model and publishes the service on my laptop.&amp;nbsp; It buffers the observer point, extracts the raster, and runs the viewshed, but it creates a tiff of the output in &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;D:\arcgisserver\directories\arcgisoutput\TestViewshed_GPServer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Data Type of the viewshed process is Raster, not GPFeatureRecordSetLayer, so the sample app does not display the viewshed on my device.&amp;nbsp; How do I change the model so my output is a GPFeatureRecordSetLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2013 01:12:30 GMT</pubDate>
    <dc:creator>LukeCatania</dc:creator>
    <dc:date>2013-02-21T01:12:30Z</dc:date>
    <item>
      <title>GPFeatureRecordSetLayer in Viewshed Sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/gpfeaturerecordsetlayer-in-viewshed-sample/m-p/679495#M4724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to duplicate the android Viewshed example that uses the service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sample accesses the output which is a GPFeatureRecordSetLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created my own model and publishes the service on my laptop.&amp;nbsp; It buffers the observer point, extracts the raster, and runs the viewshed, but it creates a tiff of the output in &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;D:\arcgisserver\directories\arcgisoutput\TestViewshed_GPServer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Data Type of the viewshed process is Raster, not GPFeatureRecordSetLayer, so the sample app does not display the viewshed on my device.&amp;nbsp; How do I change the model so my output is a GPFeatureRecordSetLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 01:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/gpfeaturerecordsetlayer-in-viewshed-sample/m-p/679495#M4724</guid>
      <dc:creator>LukeCatania</dc:creator>
      <dc:date>2013-02-21T01:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: GPFeatureRecordSetLayer in Viewshed Sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/gpfeaturerecordsetlayer-in-viewshed-sample/m-p/679496#M4725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am trying to duplicate the android Viewshed example that uses the service:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The sample accesses the output which is a GPFeatureRecordSetLayer.&lt;BR /&gt;&lt;BR /&gt;I created my own model and publishes the service on my laptop.&amp;nbsp; It buffers the observer point, extracts the raster, and runs the viewshed, but it creates a tiff of the output in &lt;BR /&gt;&lt;BR /&gt;D:\arcgisserver\directories\arcgisoutput\TestViewshed_GPServer&lt;BR /&gt;&lt;BR /&gt;The Data Type of the viewshed process is Raster, not GPFeatureRecordSetLayer, so the sample app does not display the viewshed on my device.&amp;nbsp; How do I change the model so my output is a GPFeatureRecordSetLayer.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Realized the online viewshed was performing a "Raster to Polygon" conversion and the output of that is GPFeatureRecordSetLayer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 18:34:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/gpfeaturerecordsetlayer-in-viewshed-sample/m-p/679496#M4725</guid>
      <dc:creator>LukeCatania</dc:creator>
      <dc:date>2013-02-21T18:34:03Z</dc:date>
    </item>
  </channel>
</rss>

