<?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 Geoprocessing: Geometry Field updates in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496611#M16551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After Geoprocessing (trying various Tools) I notice that sometimes the Geometry Fields (Area, Length, etc.) are automatically updated for the new Feature record and sometimes they are not. ...Why is this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some concept to understand or List that explains which types of Tools provide these geometry updates and which do not?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2014 22:36:45 GMT</pubDate>
    <dc:creator>CraigEissler</dc:creator>
    <dc:date>2014-03-09T22:36:45Z</dc:date>
    <item>
      <title>Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496611#M16551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After Geoprocessing (trying various Tools) I notice that sometimes the Geometry Fields (Area, Length, etc.) are automatically updated for the new Feature record and sometimes they are not. ...Why is this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some concept to understand or List that explains which types of Tools provide these geometry updates and which do not?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 22:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496611#M16551</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-09T22:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496612#M16552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;After Geoprocessing (trying various Tools) I notice that sometimes the Geometry Fields (Area, Length, etc.) are automatically updated for the new Feature record and sometimes they are not. ...Why is this?&lt;BR /&gt;&lt;BR /&gt;Is there some concept to understand or List that explains which types of Tools provide these geometry updates and which do not?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you output to a geodatabase feature class you should have a set of these fields that should always update.&amp;nbsp; If you create a shapefile these field should never update on their own.&amp;nbsp; They have become a snapshot of the geodatabase fields only and will now only update if the user does recalculations from the shapefile's shape geometry field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the area/length fields are simply copies of field values that prior to the tool were tied to geometry, but the tool only copied them in an operation that simply appended attribute values to another set of attributes, they have simply become another user updated attribute.&amp;nbsp; They are no longer tied to any new geometry and they will never update again.&amp;nbsp; They are a snapshot only and have names slightly modified from the original true area/length fields if they appear in a geodatabase feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you think you have seen a tool that violated these rules, let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 00:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496612#M16552</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-03-10T00:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496613#M16553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for that info. Hmmm, you've got me thinking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...By "copy" of a Field, so do simply mean the User made a copy of that Geometry Field, so its no longer the authentic field automatically generated by ArcGIS? ...If so, is there an example of when a User might do this? ...or see below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How about when a User wants to re-calculate Area in different Units, but wants to create a New Field to populate, so as not to disturb the original Field values, and with the advantage of renaming it something distinguishable like "Area_sq_mi" ...would this have the "copy/snapshot effect" and no longer update automatically after running another Tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 16:29:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496613#M16553</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-10T16:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496614#M16554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for that info. Hmmm, you've got me thinking.&lt;BR /&gt;&lt;BR /&gt;...By "copy" of a Field, so do simply mean the User made a copy of that Geometry Field, so its no longer the authentic field automatically generated by ArcGIS? ...If so, is there an example of when a User might do this? ...or see below:&lt;BR /&gt;&lt;BR /&gt;How about when a User wants to re-calculate Area in different Units, but wants to create a New Field to populate, so as not to disturb the original Field values, and with the advantage of renaming it something distinguishable like "Area_sq_mi" ...would this have the "copy/snapshot effect" and no longer update automatically after running another Tool?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only real geometry field is the Shape field.&amp;nbsp; In a geodatbase, the Area\Length fields are special attribute fields that ArcMap controls.&amp;nbsp; They cannot be created by the user or renamed by the user.&amp;nbsp; The Units shown by those automatically updated fields can only be in the underlying feature class units.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No user created fields can be automatically updated by changes to geometry without some kind of add-on extension that is not part of ArcMap out of the box.&amp;nbsp; If you add fields like you proposed without an add-on extension that listens for geometry changes and updates them, they would never be automatically updated and would always have to be manually updated using the Geometry Calculator or Field Calculator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some tools can run and transfer the values in the Area/Length fields to new outputs as though they were a normal attribute field.&amp;nbsp; If they are transferred to a new geodatabase feature class the tool renames the static values to something like Area_1/Length_1.&amp;nbsp; These fields will no longer be automatic but the normally named Area/Length fields that will also be in the feature class will be automatic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tools that output to Tables or shapefiles will either drop the Area/Length fields entirely, or turn them into mere attribute fields that are not automatically updated anymore.&amp;nbsp; So any time you see fields named Area/Length in those types of outputs they are static attribute values that the user must update manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I often want a static Area/Length values in operations like Union or Intersect where an original geometry gets cut up.&amp;nbsp; The static value that is from the original shape and not updated to reflect the new cut up shape lets me determine what percentage of the original polygon is in each of the cut up pieces.&amp;nbsp; I believe several of the overlay tools create the static copies of the original polygon Area/Length field values just for this purpose and if they don't preserve the original values I create my own fields and calculate those values into them prior to running these kinds of tools.&amp;nbsp; Sometimes the only reason to run a tool is to compare the tool output to the tool input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 17:23:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496614#M16554</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-03-10T17:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496615#M16555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again for your reply. This makes total sense now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...Note: yes, I'm using Geodatabases. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On a related note, I think I've learned that if I also want other (non-Geometric) Attributes to get updated by parsing the values according to the proportion of the area/length geometric split, that I cannot do that using the Geodatabase Split Policy since that is only valid for Editing. However, if use the 'Make Feature Layer' Tool, I can set a Ratio Policy to re-distribute the Attribute Values for features that were split during geoprocessing. But I wonder why this is not an option in the geoprocessing tool (like Intersect or Union) itself?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 22:16:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496615#M16555</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-10T22:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496616#M16556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;...Well, wait a minute &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just geoprocessed two Shapefile polygons (using Intersect) and noticed that 3 new Fields were added (2 Lengths and 1 Area).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was under the impressions Shapefiles would not create new or re-calculate geometry ...that this was only possible using Geodatabases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have an explanation?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 18:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496616#M16556</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-15T18:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496617#M16557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...Well, wait a minute &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I just geoprocessed two Shapefile polygons (using Intersect) and noticed that 3 new Fields were added (2 Lengths and 1 Area).&lt;BR /&gt;&lt;BR /&gt;I was under the impressions Shapefiles would not create new or re-calculate geometry ...that this was only possible using Geodatabases.&lt;BR /&gt;&lt;BR /&gt;Anyone have an explanation?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Those fields are static and not tied to the geometry anymore.&amp;nbsp; They are copied from the original line and polygon inputs like any other number field.&amp;nbsp; That is possible for all data types.&amp;nbsp; What is not possible is to make an automatically updated Length of Area field tied to the geometry in a Shapefile.&amp;nbsp; They don't support it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only geodatabases have auto update versions of those fields and you cannot add them or delete them.&amp;nbsp; But you can add more copies of them as static fields under names the geodatabase did not assign.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The rules I have explained are not being violated.&amp;nbsp; You can have as many static versions of those fields in any data type that you want and even in Standalone tables, but the static versions never again interact with the feature geometry when you change it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can change the shape of a feature in the Shapefile and see the Length or Area field update as a result without any extension or manual updating, only then have you experienced something that violates what I have explained and I would be surprised.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 22:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496617#M16557</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-03-15T22:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496618#M16558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I see now that those Fields were transferred from the original Input polygon Layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And after further review I now see that some of the new Geometry Fields "appeared" to have been re-calculated because I had verified that their values were indeed correct! ...But as I scrolled down to investigate other Features/Records, I started to see some that were not correct. So, I think what I am seeing is that the result of the Geoprocessing &amp;gt; Intersect did not alter some of the features to their geometry values are still valid, but it did others, as well as add some brand new Features/Records, and those are not valid ...and would only be if I re-calculated their geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...Am I back on the right track?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 00:34:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496618#M16558</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-16T00:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496619#M16559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, I see now that those Fields were transferred from the original Input polygon Layers.&lt;BR /&gt;&lt;BR /&gt;And after further review I now see that some of the new Geometry Fields "appeared" to have been re-calculated because I had verified that their values were indeed correct! ...But as I scrolled down to investigate other Features/Records, I started to see some that were not correct. So, I think what I am seeing is that the result of the Geoprocessing &amp;gt; Intersect did not alter some of the features to their geometry values are still valid, but it did others, as well as add some brand new Features/Records, and those are not valid ...and would only be if I re-calculated their geometry.&lt;BR /&gt;&lt;BR /&gt;...Am I back on the right track?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&amp;nbsp; In all likelihood the Intersect processing uses the fields in its process to divide a feature multiple times and updates that field to do some internal check of the next division iteration.&amp;nbsp; If the input was a geodatabase then it would have recalculated in the next iteration automatically and the new value would be turned into a hard number.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its a black box, so that is just a guess.&amp;nbsp; In any case, when I want to preserve a Length value I calculate it into a field that I know won't be changed by the tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 02:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496619#M16559</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-03-16T02:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496620#M16560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess the last thing I'm wondering is why 'Calculate Geometry' function is sometimes grayed-out? In other words, what if I need to re-calculate the Shape_Area or Shape_Length Fields in a Shapefile, or wish to use different Units (like Sq. Mi. or Acres) in a Geodatabase?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 16:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496620#M16560</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-16T16:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496621#M16561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;...Ok, I'm going to partially answer my own question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First f all, my data is projected, so that's not the reason. I read now that the reason is because these are ArcGIS managed fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok so now I'm back to my original dilemma ;-/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems if I'm working with Shapefiles (which I will now try to avoid like the plague) I will have to make a pseudo-copy of those Fields and Calculate Geometry and just know that those original ArcGIS Geometry Fields are bogus from here on out. And my new User-defined Geometry Fields will potentially be bogus in the future if I do further geo-processing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if I'm working with Geodatabases, I will only need to do the same "if" I desire to see geometry values in different units. My original ArcGIS Geometry Fields will be dynamically valid with potential future geoprocessing, but my User-defined Fields will have the same behavior as they would in a Shapefile as described above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sound correct, ...finally? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 16:32:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496621#M16561</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-16T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496622#M16562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;haha, now I'm answering my own question again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks to me like you CAN edit (Calculate Geometry for) a Shapefile's ArcGIS-managed Geometry Fields, but you CANNOT edit (Calculate Geometry for) a Geodatabase Feature Class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...So now the Shapefile doesn't sound quite as bad as the plaque, but the Geodatabase still has the advantage of having "valid"&amp;nbsp; ArcGIS-managed Geometry Fields, even though they may not be the Units you desire. ...In other words, square feet and square meters are are pretty small units for covering large areas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 16:48:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496622#M16562</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-16T16:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496623#M16563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;haha, now I'm answering my own question again!&lt;BR /&gt;&lt;BR /&gt;It looks to me like you CAN edit (Calculate Geometry for) a Shapefile's ArcGIS-managed Geometry Fields, but you CANNOT edit (Calculate Geometry for) a Geodatabase Feature Class.&lt;BR /&gt;&lt;BR /&gt;...So now the Shapefile doesn't sound quite as bad as the plaque, but the Geodatabase still has the advantage of having "valid"&amp;nbsp; ArcGIS-managed Geometry Fields, even though they may not be the Units you desire. ...In other words, square feet and square meters are are pretty small units for covering large areas.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is correct.&amp;nbsp; If you want other units create your own double field and calculate it to the units you want as a static value.&amp;nbsp; I never use shapefiles as a matter of sanity.&amp;nbsp; They perform horribly and I tell everyone to stop using them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, in a geodatabase feature class if you have to calculate your own units in a static field and know the conversion factor you can find all of the outdated values with a simple SQL query against the native length field.&amp;nbsp; I.e,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ABS(Length_Miles - Shape_Length / 5280) &amp;gt; .001&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This find all values where the shape length has changed by more than 1/1000th of a mile if my native units are in feet.&amp;nbsp; Then you can just recalculate the Miles field for these records that changed over your tolerance and don't have to recalculate everything.&amp;nbsp; This is also a good way of making sure you have posted date stamps to all of the recent changes if you do that.&amp;nbsp; Shapefiles cannot do this.&amp;nbsp; You have to calculate every feature every time to be sure you are fully up to date on any field tracking geometry and cannot detect just the changes for date stamping.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 17:22:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496623#M16563</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-03-16T17:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Geometry Field updates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496624#M16564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK great -- I got it now &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 15:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-geometry-field-updates/m-p/496624#M16564</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-03-17T15:35:59Z</dc:date>
    </item>
  </channel>
</rss>

