<?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: Difference between in_memory feature class and a FeatureSet? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/difference-between-in-memory-feature-class-and-a/m-p/478186#M37425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you work with Geoprocessing services, an input featureclass will be send as FeatureSet to the service (in json). The IN_MEMORY workspace is, as the name suggests, a workspace that is available in memory to write (intermediate) results to. Since a FeatureSet is a lightweight abstract of a featureclass, it does not support all the methods a (in_memory) featureclass does. Both are used in different ways for different purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can explain in what type of process you would like to use them to be able to give some suggestions on what type to use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 01:51:40 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2014-10-09T01:51:40Z</dc:date>
    <item>
      <title>Difference between in_memory feature class and a FeatureSet?</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-in-memory-feature-class-and-a/m-p/478185#M37424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//018z0000005r000000"&gt;FeatureSet&lt;/A&gt; is a more specific type of an &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002w0000005s000000"&gt;in_memory&lt;/A&gt; feature class that is used to communicate with a server geoprocessor. Can someone clear this up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 23:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-in-memory-feature-class-and-a/m-p/478185#M37424</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2014-10-08T23:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between in_memory feature class and a FeatureSet?</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-in-memory-feature-class-and-a/m-p/478186#M37425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you work with Geoprocessing services, an input featureclass will be send as FeatureSet to the service (in json). The IN_MEMORY workspace is, as the name suggests, a workspace that is available in memory to write (intermediate) results to. Since a FeatureSet is a lightweight abstract of a featureclass, it does not support all the methods a (in_memory) featureclass does. Both are used in different ways for different purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can explain in what type of process you would like to use them to be able to give some suggestions on what type to use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 01:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-in-memory-feature-class-and-a/m-p/478186#M37425</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-10-09T01:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between in_memory feature class and a FeatureSet?</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-in-memory-feature-class-and-a/m-p/478187#M37426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that clears it up pretty well. thanks Xander.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While reading documentation about using in_memory for working space for local geoprocessing tasks, I also stumbled across the Feature Set and thought they seemed similar. Especially since they are both used in the example they have on the Feature Set page. I think I will be using in_memory for everything unless I'm dealing with a geprocessing service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 17:33:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-in-memory-feature-class-and-a/m-p/478187#M37426</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2014-10-10T17:33:00Z</dc:date>
    </item>
  </channel>
</rss>

