<?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: ITopologicalOperator.ConstructUnion Problem in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/itopologicaloperator-constructunion-problem/m-p/63761#M1736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do the source and target FeatureClasses have different XY precision? Maybe you are getting some sort of truncation of the x&lt;SUP&gt;th&lt;/SUP&gt; decimal place? Especially if you are going from a Shapefile to say a high precision geodatabase featureclass?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 14:51:25 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2014-03-17T14:51:25Z</dc:date>
    <item>
      <title>ITopologicalOperator.ConstructUnion Problem</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/itopologicaloperator-constructunion-problem/m-p/63760#M1735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been using Contructunion method to merge multiple polygons from source to target feature class . Recently I noticed that the target features are not aligning with source . They are off by 0.19-0.9 ft . Below is my code . Can anybody give me an idea why this could be happening ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; qfeature = qFeaturecursor.NextFeature();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; while (qfeature != null)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; if (qfeature.Shape.GeometryType == esriGeometryType.esriGeometryPolygon)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; pGeoCollection.AddGeometry(qfeature.ShapeCopy);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if ((pGeoCollection.GeometryCount &amp;gt; 0) &amp;amp;&amp;amp; (bgeometryerror == false))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; IPolygon pPolygon = null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; unionedPolygon.ConstructUnion(pGeoBag as IEnumGeometry);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; pPolygon = (IPolygon)unionedPolygon;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 14:45:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/itopologicaloperator-constructunion-problem/m-p/63760#M1735</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2014-03-17T14:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: ITopologicalOperator.ConstructUnion Problem</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/itopologicaloperator-constructunion-problem/m-p/63761#M1736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do the source and target FeatureClasses have different XY precision? Maybe you are getting some sort of truncation of the x&lt;SUP&gt;th&lt;/SUP&gt; decimal place? Especially if you are going from a Shapefile to say a high precision geodatabase featureclass?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 14:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/itopologicaloperator-constructunion-problem/m-p/63761#M1736</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-03-17T14:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: ITopologicalOperator.ConstructUnion Problem</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/itopologicaloperator-constructunion-problem/m-p/63762#M1737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do the source and target FeatureClasses have different XY precision? Maybe you are getting some sort of truncation of the x&lt;SUP&gt;th&lt;/SUP&gt; decimal place? Especially if you are going from a Shapefile to say a high precision geodatabase featureclass?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Duncan , &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Source and Target are coming from ArcSDE .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 15:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/itopologicaloperator-constructunion-problem/m-p/63762#M1737</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2014-03-17T15:18:36Z</dc:date>
    </item>
  </channel>
</rss>

