<?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: Convert GPFeatureRecordsetLayer to FeatureLayer? in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186717#M1176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&amp;nbsp; If you still need it, I posted some code under the thread, &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/3552-Transfer-Explorer-Point-to-ArcGIS-Server-Geoprocessing-Service?p=155870&amp;amp;posted=1#post155870"&gt;http://forums.arcgis.com/threads/3552-Transfer-Explorer-Point-to-ArcGIS-Server-Geoprocessing-Service?p=155870&amp;amp;posted=1#post155870&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Since you are working with version 10, though, I would suggest you explore some of the newer options.&amp;nbsp; I think, anyway, that notes can be a bit cumbersome for the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mary Ellen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2011 14:56:31 GMT</pubDate>
    <dc:creator>MaryEllen_Perko</dc:creator>
    <dc:date>2011-12-12T14:56:31Z</dc:date>
    <item>
      <title>Convert GPFeatureRecordsetLayer to FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186713#M1172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&amp;nbsp; Does anyone know if it is possible to turn a GPFeaureRecordSetLayer returned from an ArcGIS Server geoprocessing service into a FeatureLayer?&amp;nbsp; I see that you can use Mapping.FeatureLayer.OpenFromTable(Table) to create a feature layer from an in-memory table.&amp;nbsp; It seems like I could use this.&amp;nbsp; But I don't see if/how I can convert the returned GPFeaureRecordSetLayer into the needed Table.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mary Ellen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 17:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186713#M1172</guid>
      <dc:creator>MaryEllen_Perko</dc:creator>
      <dc:date>2010-04-22T17:06:03Z</dc:date>
    </item>
    <item>
      <title>Convert GPFeatureRecordsetLayer to FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186714#M1173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mary,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Within the current API there is no way to create a new FeatureLayer. However - there may be other alternatives here: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Is the OOTB GP support (via the Analysis Gallery) sufficient for your GP service / requirements?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Create Notes (or Folders of Notes) to represent the features being returned from your GP Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In ArcGIS 10 there's a new GP tool called "Package Layer" which you could add at the end of your GP Model to export a Layer Package of the results then programmatically down that and add to Explorer via the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Again in ArcGIS 10 - ArcGIS Server this time - there's a new option to request GP Service output results as a Layer Package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So 2 is probably the best way forwards for you in the current Explorer 1200 API with ArcGIS 9.X.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&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, 23 Apr 2010 13:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186714#M1173</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2010-04-23T13:06:21Z</dc:date>
    </item>
    <item>
      <title>Convert GPFeatureRecordsetLayer to FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186715#M1174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for getting back to me so quickly.&amp;nbsp; I thought I'd get an email and never checked back until now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate all of your ideas.&amp;nbsp; Very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The purpose of trying this was to a) avoid too many features in a Note as the geoprocessing service could return hundreds of features and b) have better symbology options (e.g. transparency).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, since, as you suggest, #2 seemed to be my only option at the moment, I just created an add-in that represents returned features as one entity with many graphics that the user can move through using a datagridview.&amp;nbsp; Then, the user can add the features to the map content as a Note, but at least the user is deciding if they want to manage the information that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like I may have better options with 10.&amp;nbsp; And I doubt I�??ve fully explored the new Analysis Gallery functions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mary Ellen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 12:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186715#M1174</guid>
      <dc:creator>MaryEllen_Perko</dc:creator>
      <dc:date>2010-04-29T12:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Convert GPFeatureRecordsetLayer to FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186716#M1175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wonder if one of you could post the code for creating Notes from GPFeatureRecordSetLayer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the life of me,&amp;nbsp; I can't figure out how to cast from GPFeatureRecordSetLayer to any sort of geometry that is understood by Explorer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Explorer 1750 &amp;amp; server 10 - is there a slicker way of doing this now ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&amp;nbsp;&amp;nbsp; Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 13:51:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186716#M1175</guid>
      <dc:creator>BillHoney</dc:creator>
      <dc:date>2011-12-12T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Convert GPFeatureRecordsetLayer to FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186717#M1176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&amp;nbsp; If you still need it, I posted some code under the thread, &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/3552-Transfer-Explorer-Point-to-ArcGIS-Server-Geoprocessing-Service?p=155870&amp;amp;posted=1#post155870"&gt;http://forums.arcgis.com/threads/3552-Transfer-Explorer-Point-to-ArcGIS-Server-Geoprocessing-Service?p=155870&amp;amp;posted=1#post155870&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Since you are working with version 10, though, I would suggest you explore some of the newer options.&amp;nbsp; I think, anyway, that notes can be a bit cumbersome for the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mary Ellen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 14:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/convert-gpfeaturerecordsetlayer-to-featurelayer/m-p/186717#M1176</guid>
      <dc:creator>MaryEllen_Perko</dc:creator>
      <dc:date>2011-12-12T14:56:31Z</dc:date>
    </item>
  </channel>
</rss>

