<?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 Different area between FGDB and Sql Server in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539073#M30601</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;There was some discussions about this &amp;nbsp;so I found and easy way to reproduce.&lt;/P&gt;&lt;P&gt;I am creating a poly feature class in Sql Server (10.5) with Israel TM grid projection (WKID 2039).&lt;/P&gt;&lt;P&gt;I am creating a CIRCLE polygon. Then I copy &amp;amp; paste the layer into FGDB. There is a different in the area (see picture). The different in small polygon (400 Sq Meter) can be up to 0.5% (this is a lot).&lt;/P&gt;&lt;P&gt;Copy into Oracle give very similar area as the SqlServer.&lt;/P&gt;&lt;P&gt;The one that has no difference is a square, all other are circles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not tested different projections.&lt;/P&gt;&lt;P&gt;Take 3 minutes and try to see for yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 08:11:39 GMT</pubDate>
    <dc:creator>ModyBuchbinder</dc:creator>
    <dc:date>2017-07-27T08:11:39Z</dc:date>
    <item>
      <title>Different area between FGDB and Sql Server</title>
      <link>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539073#M30601</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;There was some discussions about this &amp;nbsp;so I found and easy way to reproduce.&lt;/P&gt;&lt;P&gt;I am creating a poly feature class in Sql Server (10.5) with Israel TM grid projection (WKID 2039).&lt;/P&gt;&lt;P&gt;I am creating a CIRCLE polygon. Then I copy &amp;amp; paste the layer into FGDB. There is a different in the area (see picture). The different in small polygon (400 Sq Meter) can be up to 0.5% (this is a lot).&lt;/P&gt;&lt;P&gt;Copy into Oracle give very similar area as the SqlServer.&lt;/P&gt;&lt;P&gt;The one that has no difference is a square, all other are circles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not tested different projections.&lt;/P&gt;&lt;P&gt;Take 3 minutes and try to see for yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 08:11:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539073#M30601</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2017-07-27T08:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Different area between FGDB and Sql Server</title>
      <link>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539074#M30602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm"&gt;Add Geometry Attributes—Help | ArcGIS Desktop&lt;/A&gt; on the SQL Server records and add AREA to the table.&amp;nbsp; You will likely see that the AREA that is added is much, much closer to the file geodatabase value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your circle geometry is based on curves, which I am guessing it is, the difference you are seeing is based on the fact that Esri doesn't utilize SQL Server curved geometry types for storing its curved geometries.&amp;nbsp; What is stored in the SQL Server geometry column is a linear approximation of the circle, and the actual Esri geometry is stored in another field, hence why running &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm"&gt;Add Geometry Attributes—Help | ArcGIS Desktop&lt;/A&gt; will populate a different area value than the one SQL Server is calculating and displaying when you open the attribute table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take one of your circles and convert it into a densified linear approximation, I am guessing you will see the margin of difference between SQL Server and file geodatabase disappear or nearly disappear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 13:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539074#M30602</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-07-27T13:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Different area between FGDB and Sql Server</title>
      <link>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539075#M30603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct - there are two different columns in the Sql Table. Is this documented anywhere?&lt;/P&gt;&lt;P&gt;Still if both columns keep a circle formula I would expect them to calculate the same area.&lt;/P&gt;&lt;P&gt;Which area is more correct, ESRI or Microsoft?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 14:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539075#M30603</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2017-07-27T14:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Different area between FGDB and Sql Server</title>
      <link>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539076#M30604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will have to look for the documentation, I don't have it right off the top.&amp;nbsp; Regarding correct, they are both correct, they are just giving areas for slightly different objects.&amp;nbsp; In this case, I would say the SQL Server object is an approximation of the Esri object, and thus the Esri object area is the "correct" one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 16:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/different-area-between-fgdb-and-sql-server/m-p/539076#M30604</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-07-27T16:48:02Z</dc:date>
    </item>
  </channel>
</rss>

