<?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: Spatial Domains are inconsistent between tools in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326967#M18677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are several issues here.&amp;nbsp; The coordinate system stores projection information&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(PROJCS) if a projection is defined, otherwise it just stores the geographic coordinate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system (GEOGCS).&amp;nbsp; It's confusing that the file is ".prj" when there might not be a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;projection, but that's the naming convention that has evolved since the original&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shapefile spec was written.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The larger problem is that the coordinate system is just a tiny part of the coordinate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference, but that is the only part which is stored with shapefiles.&amp;nbsp; Only ArcSDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;requires coordinate references, so these properties are not carried in any transfer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;format beyond SDEEXPORT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With BASIC precision coordrefs, you couldn't define one spatial reference per &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coordinate system, since you only had 31 bits available.&amp;nbsp; With HIGH precision&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coordrefs, it is possible, but that possibility is also a trap -- needless storage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;precision (relative to the data precision) increases the storage and slows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE performance.&amp;nbsp; For this reason, you should not ignore the spatial&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference parameters at data creation -- instead you should generate an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;appropriate value and use that for all objects (via SRID).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If individual GP commands produce unique SRIDs as a matter of course, you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should contact Tech Support to generate a defect, since the current commands&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should all generate the same (somewhat inefficient) SR for any one coordsys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only exceptions are when you are using data outside the expected range for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that coordsys, or when you introdce new dimensionality (M/Z), for which no real &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;standards exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 May 2010 00:58:34 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2010-05-18T00:58:34Z</dc:date>
    <item>
      <title>Spatial Domains are inconsistent between tools</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326964#M18674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the spatial reference of featureclasses are not identical to a dataset then you cannot load them. You get an error message. So you can change the spatial reference and try again. Nope. So export out and compare. Identical.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is actually in the DOMAIN values. Since these are now so large a default set is created in "high precision" geodatabases I have ignored these until now.... (Not to be confused with attribute domains)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The trouble is that you cannot change the spatial domain once set even it the change would be irrelevant to the data content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Different tools create different default extents depending on the target geodatabase.&amp;nbsp; A cut/paste copy will fail if the domains between the dataset and featureclass differ.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The MERGE tool creates a slightly different spatial domain from other tools if merging from coverages to a 9.3 file geodatabase base layer. Then the output featureclass cannot be copied into a default dataset. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the target is a defaultly defined dataset (instead of the top-level geodatabase) then the domain of the featureclass is different and correctly defined to allow the merge to be completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suggested bugfixes: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Get the error message updated to mention the domain difference if that is the case, instead of blaming the spatial reference. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe allow the domain to be altered on copy? Or have a special tool to fix the domain?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this is of use to everyone else puzzling about the misleading error message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 May 2010 23:06:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326964#M18674</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2010-05-16T23:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Domains are inconsistent between tools</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326965#M18675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcSDE coordinate references are composed of the coordinate system, the X/Y origin and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;scalefactor, the Z origin and scalefactor, the M origin and scalefactor, and the precision.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The "spatial domain" is implicit from a combination of X/Y origin, scalefactor, and precision,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but incompatibility is measured from all eight components, which ArcGIS calls "spatial reference"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(to maintain consistency with Spatial Reference ID [SRID], I assume).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 11:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326965#M18675</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-05-17T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Domains are inconsistent between tools</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326966#M18676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see that in one context the domain is included in the spatial reference object. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it is not included in the spatial reference projection file. So I was looking in the wrong place. Unless I looked up the geoprocessing diagram I would not have noticed that it was included.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue of gp.Merge creating a different domain is still a problem. We are not supposed to have to set these with high precision geodatabases any more. Surely that is a bug?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 22:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326966#M18676</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2010-05-17T22:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Domains are inconsistent between tools</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326967#M18677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are several issues here.&amp;nbsp; The coordinate system stores projection information&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(PROJCS) if a projection is defined, otherwise it just stores the geographic coordinate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system (GEOGCS).&amp;nbsp; It's confusing that the file is ".prj" when there might not be a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;projection, but that's the naming convention that has evolved since the original&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shapefile spec was written.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The larger problem is that the coordinate system is just a tiny part of the coordinate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference, but that is the only part which is stored with shapefiles.&amp;nbsp; Only ArcSDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;requires coordinate references, so these properties are not carried in any transfer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;format beyond SDEEXPORT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With BASIC precision coordrefs, you couldn't define one spatial reference per &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coordinate system, since you only had 31 bits available.&amp;nbsp; With HIGH precision&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coordrefs, it is possible, but that possibility is also a trap -- needless storage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;precision (relative to the data precision) increases the storage and slows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE performance.&amp;nbsp; For this reason, you should not ignore the spatial&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference parameters at data creation -- instead you should generate an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;appropriate value and use that for all objects (via SRID).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If individual GP commands produce unique SRIDs as a matter of course, you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should contact Tech Support to generate a defect, since the current commands&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should all generate the same (somewhat inefficient) SR for any one coordsys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only exceptions are when you are using data outside the expected range for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that coordsys, or when you introdce new dimensionality (M/Z), for which no real &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;standards exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 00:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-domains-are-inconsistent-between-tools/m-p/326967#M18677</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-05-18T00:58:34Z</dc:date>
    </item>
  </channel>
</rss>

