<?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 feature iteration and Row iteration in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266817#M66532</link>
    <description>&lt;P&gt;The simplest way to looks at it is that row selection treats the feature class as a table with no geometry and can't be used as an input for a geoprocessing tool which requires a geometry operation (e.g. buffer, select by location).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feature selection includes the geometry, and can be used in subsequent geoprocessing tools in the same way as the original feature class.&lt;/P&gt;&lt;P&gt;row selection - outputs the row of the attribute table&lt;/P&gt;&lt;P&gt;feature selection - outputs as if a selection from the feature class, including the geometry/shape.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Mar 2023 12:13:19 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2023-03-11T12:13:19Z</dc:date>
    <item>
      <title>Difference between feature iteration and Row iteration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266811#M66530</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I recently started learning the Modelbuilder in ArcGIS Pro, but I got stuck on the iteration tools,&amp;nbsp;Actually I can't differentiate between &lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Iterate Feature Selection and&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Iterate Row Selection.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 09:30:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266811#M66530</guid>
      <dc:creator>AhmedWaheed1</dc:creator>
      <dc:date>2023-03-11T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between feature iteration and Row iteration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266815#M66531</link>
      <description>&lt;P&gt;For reference&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/modelbuilder-toolbox/iterate-feature-selection.htm" target="_blank"&gt;Iterate Feature Selection (ModelBuilder)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/modelbuilder-toolbox/iterate-row-selection.htm" target="_blank"&gt;Iterate Row Selection (ModelBuilder)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/modelbuilder-toolbox/examples-of-using-iterators-in-modelbuilder.htm#ESRI_SECTION1_6DAC76648FEB466388AD883E141D3960" target="_blank"&gt;Examples of using iterators in ModelBuilder—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A "selection" may be the results of some process like a query.&lt;/P&gt;&lt;P&gt;If you want to process the selection and not all the records (aka, rows) then use it.&amp;nbsp; If you want all the records to be used then don't use the selection.&lt;/P&gt;&lt;P&gt;The 3rd link has other information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 12:02:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266815#M66531</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-03-11T12:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between feature iteration and Row iteration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266817#M66532</link>
      <description>&lt;P&gt;The simplest way to looks at it is that row selection treats the feature class as a table with no geometry and can't be used as an input for a geoprocessing tool which requires a geometry operation (e.g. buffer, select by location).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feature selection includes the geometry, and can be used in subsequent geoprocessing tools in the same way as the original feature class.&lt;/P&gt;&lt;P&gt;row selection - outputs the row of the attribute table&lt;/P&gt;&lt;P&gt;feature selection - outputs as if a selection from the feature class, including the geometry/shape.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 12:13:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266817#M66532</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-03-11T12:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between feature iteration and Row iteration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266864#M66538</link>
      <description>&lt;P&gt;ModelBuilder is straining to support iterators. Much better to start using Python for iterations. You are still using the same functions but the iteration is much easier to understand and you can have much better control of missing data, errors and the process is much more understandable. You can use Cursors that are much faster.&lt;/P&gt;&lt;P&gt;Start your upgrade by taking each function and right-click to create a python snippet. Then put them all in a script. You can also encapsulate the iterator into a single script and publish it as a custom tool and leave the rest of the process in ModelBuilder.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 23:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/difference-between-feature-iteration-and-row/m-p/1266864#M66538</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2023-03-11T23:54:49Z</dc:date>
    </item>
  </channel>
</rss>

