<?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: Automatic Updates in X Y data fields in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820429#M3718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attribute assistant add-in would do the trick, if you are doing the edits within ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://solutions.arcgis.com/shared/help/attribute-assistant/" title="http://solutions.arcgis.com/shared/help/attribute-assistant/"&gt;Attribute Assistant | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2016 12:32:49 GMT</pubDate>
    <dc:creator>LeonS</dc:creator>
    <dc:date>2016-09-02T12:32:49Z</dc:date>
    <item>
      <title>Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820421#M3710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to display X Y coordinates for a point shapefile in a geodatabase which will cause the values to automatically update whenever the point is moved? Just like how the "shape.len" field in a line featureclass in a geodatabase works. When the line is stretched, the length is also increased accordingly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your discussion!&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gideon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 21:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820421#M3710</guid>
      <dc:creator>GideonDalrymple</dc:creator>
      <dc:date>2016-09-01T21:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820422#M3711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shapefiles can't auto-update anything, nor do they have their coordinates in the table, unless actually calculated. &amp;nbsp;Even then, they would have to be manually updated upon change.&lt;/P&gt;&lt;P&gt;Could you clarify why this needs to be accomplished? Is this a convenience function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 00:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820422#M3711</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-02T00:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820423#M3712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the points were in a database instance you could create a trigger to automatically update both lon and lat when the geometry was updated (and vice versa -- update the geometry when either lon or lat was changed). &amp;nbsp;Neither shapfiles nor file geodatabase support the concept of triggers, which means your application will need to enforce the desired behavior, but this can be defeated by not using the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 02:05:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820423#M3712</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-09-02T02:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820424#M3713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, I suppose that you can create a view that "exposes" ST_X and ST_Y of the original geometry...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesús de Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 08:10:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820424#M3713</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-09-02T08:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820425#M3714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I create that view&lt;SPAN style="background-color: #ffffff;"&gt;Jesús de Diego?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 10:37:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820425#M3714</guid>
      <dc:creator>GideonDalrymple</dc:creator>
      <dc:date>2016-09-02T10:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820426#M3715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I'm working with a point featureclass in an enterprise geodatabase not a shapefile. Sorry for missleading. So I have thounsands of points which I want their lat longs to be displayed in the attribute table. Every day a few of these points locations will be changed. I would like for their new coordinates to be updated automatically.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 10:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820426#M3715</guid>
      <dc:creator>GideonDalrymple</dc:creator>
      <dc:date>2016-09-02T10:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820427#M3716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds very interesting Vince. What's the first step in creating that trigger?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 11:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820427#M3716</guid>
      <dc:creator>GideonDalrymple</dc:creator>
      <dc:date>2016-09-02T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820428#M3717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using an Enterprise Geodatabase? Which version?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is your base feature class registered as versioned?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which geometry type storage are you using for this layer? You should use ST_Geometry or your DMBS.&amp;nbsp;specific&amp;nbsp;geometry type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesús de Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 11:12:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820428#M3717</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-09-02T11:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820429#M3718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attribute assistant add-in would do the trick, if you are doing the edits within ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://solutions.arcgis.com/shared/help/attribute-assistant/" title="http://solutions.arcgis.com/shared/help/attribute-assistant/"&gt;Attribute Assistant | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 12:32:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820429#M3718</guid>
      <dc:creator>LeonS</dc:creator>
      <dc:date>2016-09-02T12:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Updates in X Y data fields</title>
      <link>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820430#M3719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That entirely depends on what RDBMS you are using.&amp;nbsp; Please be sure to specify the exact version of ArcGIS and the exact database product (with complete version, to patch level) with each initial post (it will generate answers faster, since there won't need to be multiple queries for additional information, or answers not applicable to your environment).&amp;nbsp; Note that "shapefile" is a specific format, and when its data is loaded in a database it is no longer in that format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 14:45:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/automatic-updates-in-x-y-data-fields/m-p/820430#M3719</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-09-02T14:45:11Z</dc:date>
    </item>
  </channel>
</rss>

