<?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: Feature Class XY Domain Difference in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685931#M22783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;What do you think about this Vince...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm trying to understand what our developer did in the back end when importing the layers to SDE 10.1. This is my thought below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN lang="EN-CA" style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;The Original Resolution = 0.0000001, I'm guessing to specify a smaller finer resolution, the value was divided evenly into the original XY resolution iteratively based on a power of 2. Therefore, to get obtain the higher resolution in the 10.1 database, 0.0000001/(2^6) equation was used?.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN lang="EN-CA" style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN lang="EN-CA" style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Am I'm loosing my mind? lo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 16:59:55 GMT</pubDate>
    <dc:creator>JenniferDick</dc:creator>
    <dc:date>2014-09-03T16:59:55Z</dc:date>
    <item>
      <title>Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685921#M22773</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;I'm comparing feature classes using the Compare Feature tool in the ArcToolBox. One of the layers is a SDE 9.1 layer and we've re-created it in SDE 10.1. I'm using this tool to compare the differences and similarities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One common difference is the XY Domain for example, I've attached to Feature Class Properties screen shots for both layers. The 10.1 domain is remarkably different, is this because of the high precision?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that high precision storage allows you to store coordinates closer together while expanding the x,y,z,m domain. Is this what's happening here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jennifer&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 17:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685921#M22773</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-07-25T17:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685922#M22774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case the Geodatabase folks don't see your post I'll reply.&amp;nbsp; I believe your guess about the difference between high/low precision is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to confirm this for yourself, please see &lt;A href="http://downloads.esri.com/support/whitepapers/ao_/UnderstandingCoordinateManagement_June2007.pdf‌"&gt;http://downloads.esri.com/support/whitepapers/ao_/UnderstandingCoordinateManagement_June2007.pdf‌&lt;/A&gt; which has a good explanation of coordinate management in the geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 21:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685922#M22774</guid>
      <dc:creator>KenHartling</dc:creator>
      <dc:date>2014-07-29T21:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685923#M22775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ken &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much for your response. I've downloaded the document t from the link above which will help me document my testing. Have you been able to read the other post I made a couple days ago on the actual output results from the compare feature tool? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;jennifer &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 13:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685923#M22775</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-07-30T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685924#M22776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’ve replied to the post you mention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685924#M22776</guid>
      <dc:creator>KenHartling</dc:creator>
      <dc:date>2014-07-31T14:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685925#M22777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for someone from the Geodatabase space to provide some input on the screen captures I took of a layer in 9.1 and 10.1 above. I would like some insight into the comparison between the domain extents, resolution and tolerance. Going from single to double precision, should I expect to get the results I did with the 10.1 layer? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I've read it seems to make sense, but struggling on how to explain this to those not exposed to the GIS spatial world. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insight would be great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jennifer &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:14:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685925#M22777</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-09-03T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685926#M22778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this would be expected when going from BASIC to HIGH coordinate reference precision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you are not going from "single to double precision", since ArcSDE has &lt;EM&gt;never&lt;/EM&gt; used single precision, and HIGH precision is only 54-bits, not 64, because that is the size of the mantissa in IEEE double-precision values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will help you explain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When "SDBE" was acquired by Esri, it made use of 32-bit integer arrays to store coordinate data. The integers were calculated explicitly by developers, by subtracting an offset and multiplying the remainder by a scale factor, and then rounding to the nearest integer. This resulted in reduced storage and faster comparison, because coordinate values were discrete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting with SDE 3.0, Esri encapsulated the integer representation inside an "SE_SHAPE" object with a SE_COORDREF object to store the coordinate reference offsets and scales.&amp;nbsp; The problem was that there was only 31 bits available for coordinates, and those that wanted more were unhappy. So at 9.0, The ArcSDE API was updated to optionally support the use of 64-bit integers in coordinate arrays, under the name "64_BIT" precision.&amp;nbsp; ArcGIS did not use this capability until 9.2, by which time it was called "HIGH" precision, and was made the default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously users had to carefully allocate their bits, but the additional space allowed for many options. Too many options, in fact, so a standardized set of coordinate references were calculated, with 0.1-1.0 millimeter precision in every possible projection.&amp;nbsp; You can still change this, but it's difficult to override the default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the standardization came at a cost:&amp;nbsp; Most users don't need sub-millimeter precision,&amp;nbsp; especially for data that isn't accurate to a meter, and the storage cost of the compressed integer array at higher precision is significant.&amp;nbsp; I often find I can use much less storage and see much better performance by using the old one million scale factor for decimal degree data, even if I now use a {-400,-400} origin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having read the Understanding Coordinate Management whitepaper, I would suggest you focus on the important components of the data extent --&amp;nbsp; the minimumX, minimumY, and XY precision.&amp;nbsp; The &lt;SPAN style="text-decoration: line-through;"&gt;upper-left&lt;/SPAN&gt; &lt;STRONG&gt;upper-right&lt;/STRONG&gt; corner can mind its own business, so long as it isn't interfering with storing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:13:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685926#M22778</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-09-03T16:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685927#M22779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vince, appreciate the detailed response...the document certainly helps as well. I'll make sure that I completely understand the minX, minY, maxX, maxY and precision moving forward. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not 100% sure on what you mean by the upper-left corner and storing values though...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685927#M22779</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-09-03T16:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685928#M22780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doh.&amp;nbsp; Upper-RIGHT corner (will change)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MaxX and MaxY are distractions.&amp;nbsp; Only MinX, MinY, and precision matter (unless your precision is nanometers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685928#M22780</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-09-03T16:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685929#M22781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roger that, okay...thanks Vince !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685929#M22781</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-09-03T16:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685930#M22782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you think about this Vince...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to understand what our developer did in the back end when importing the layers to SDE 10.1. This is my thought below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;The Original Resolution = 0.0000001, I'm guessing to specify a smaller finer resolution, the value was divided evenly into the original XY resolution iteratively based on a power of 2. Therefore, to get obtain the higher resolution in the 10.1 database, 0.0000001/(2^6) equation was used?. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Am I'm loosing my mind? lol &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:57:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685930#M22782</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-09-03T16:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685931#M22783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;What do you think about this Vince...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm trying to understand what our developer did in the back end when importing the layers to SDE 10.1. This is my thought below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN lang="EN-CA" style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;The Original Resolution = 0.0000001, I'm guessing to specify a smaller finer resolution, the value was divided evenly into the original XY resolution iteratively based on a power of 2. Therefore, to get obtain the higher resolution in the 10.1 database, 0.0000001/(2^6) equation was used?.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN lang="EN-CA" style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN lang="EN-CA" style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Am I'm loosing my mind? lo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685931#M22783</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-09-03T16:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class XY Domain Difference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685932#M22784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's hard to say.&amp;nbsp; If a coordref upgrade was required, the UI might have offered that solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I much prefer XYscale values whose base-10 logarithm is a whole number.&amp;nbsp; If nothing else, it prevents rounding issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 17:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-xy-domain-difference/m-p/685932#M22784</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-09-03T17:08:02Z</dc:date>
    </item>
  </channel>
</rss>

