<?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: Make feature layer modify shapefile in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76100#M2673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I think that help should be changed as when you read it you don't think immediately that 'add field' toolbox after creating a temporary layer will modify the shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"The MFL tool is used to create a feature layer from an input feature class. The layer that&amp;nbsp; is created by the tool is temporary and will not persist after session ends unless session is saved."&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Dec 2010 16:46:53 GMT</pubDate>
    <dc:creator>OlivierOlivier</dc:creator>
    <dc:date>2010-12-29T16:46:53Z</dc:date>
    <item>
      <title>Make feature layer modify shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76098#M2671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even it's not supposed to do so (according to the help), Make Feature Layer modify original shapefile. I have a simple modelbuilder that add fields after make feature layer, and unfortunately, I noticed that my original shapefile was modified, so it's not possible to run the same model several times unless you do a previous 'copy feature".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I wanted to use MFL to avoid duplicating files, it loose much of its interest.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 10:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76098#M2671</guid>
      <dc:creator>OlivierOlivier</dc:creator>
      <dc:date>2010-12-29T10:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Make feature layer modify shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76099#M2672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A feature layer or table view is just a view (like a database view) of the data, not a copy of it. Any modifications to the data that the view points to will apply to the underlying data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 16:27:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76099#M2672</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2010-12-29T16:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Make feature layer modify shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76100#M2673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I think that help should be changed as when you read it you don't think immediately that 'add field' toolbox after creating a temporary layer will modify the shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"The MFL tool is used to create a feature layer from an input feature class. The layer that&amp;nbsp; is created by the tool is temporary and will not persist after session ends unless session is saved."&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 16:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76100#M2673</guid>
      <dc:creator>OlivierOlivier</dc:creator>
      <dc:date>2010-12-29T16:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Make feature layer modify shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76101#M2674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That could be worded better, but what it means is that if you want the "layer" (i.e. the view of the data, not the data itself) to be persisted, you need to save the MXD (if the tool is being used in the context of ArcMap) or export it to a .lyr file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 17:22:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76101#M2674</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2010-12-29T17:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make feature layer modify shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76102#M2675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can think of feature layers and table views as python type variables. In python variable are just links that let you connect to an object. When you make a feature layer you create a link to the file. Feature layers are not lyr type layers, which store symbology, but a dynamic connection from the geoprocessor to a feature class. This is why they do not persist. To save a feature layer is to create a copy of the data it points to and editing a feature layer is to edit the underlying data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand where you are coming from. I was confused about this for a long time. The docs do need to be edited to explain feature layers and table views better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 17:11:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-feature-layer-modify-shapefile/m-p/76102#M2675</guid>
      <dc:creator>ChrisMathers</dc:creator>
      <dc:date>2010-12-30T17:11:07Z</dc:date>
    </item>
  </channel>
</rss>

