<?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: ConstructUnion freezing / hanging in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181719#M4719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check what is the tolerance of the spatial reference of your geometry bag?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes the XYTolerance (ISpatialReferenceTolerance) is too small and it may cause to perfomance's problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the value to 0.5 meters (in case of Projected Coordinate System) solved the problem for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2012 08:13:33 GMT</pubDate>
    <dc:creator>DimaShats</dc:creator>
    <dc:date>2012-10-15T08:13:33Z</dc:date>
    <item>
      <title>ConstructUnion freezing / hanging</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181718#M4718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on creating a dissolved buffer of clusters of point features, so I can then count the number of features the dissolved buffer contains.&amp;nbsp; The buffer is 25 meters and represents a specific feature, so if there is an intersection of buffers (dissolved), it is considered a single feature, and all of the points which created the buffer will fall into this &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;new&lt;/SPAN&gt;&lt;SPAN&gt; single polygon and be associated with that polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had some assistance writing some code which ended up working well enough to a point on a file geodatabase that just has the single feature class in it.&amp;nbsp; However, the working version of this will be operating on a database with a dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to use the code on the database with a Dataset, it freezes at the ConstructUnion.&amp;nbsp; Is the dataset confusing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried setting the spatial reference of the geometrybag to the SR of the dataset in the database, but i receive an RPC_E_SERVERFAULT error when I try this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an easier way to create dissolved buffers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 14:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181718#M4718</guid>
      <dc:creator>KevinYanuk</dc:creator>
      <dc:date>2012-10-09T14:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: ConstructUnion freezing / hanging</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181719#M4719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check what is the tolerance of the spatial reference of your geometry bag?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes the XYTolerance (ISpatialReferenceTolerance) is too small and it may cause to perfomance's problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the value to 0.5 meters (in case of Projected Coordinate System) solved the problem for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 08:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181719#M4719</guid>
      <dc:creator>DimaShats</dc:creator>
      <dc:date>2012-10-15T08:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: ConstructUnion freezing / hanging</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181720#M4720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Check what is the tolerance of the spatial reference of your geometry bag?&lt;BR /&gt;Sometimes the XYTolerance (ISpatialReferenceTolerance) is too small and it may cause to perfomance's problems.&lt;BR /&gt;Changing the value to 0.5 meters (in case of Projected Coordinate System) solved the problem for me.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I create a new XYTolerance?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 16:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181720#M4720</guid>
      <dc:creator>KevinYanuk</dc:creator>
      <dc:date>2012-10-18T16:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: ConstructUnion freezing / hanging</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181721#M4721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The spatial reference implements ISpatialReferenceTolerance interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just change the value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 12:46:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/constructunion-freezing-hanging/m-p/181721#M4721</guid>
      <dc:creator>DimaShats</dc:creator>
      <dc:date>2012-11-01T12:46:48Z</dc:date>
    </item>
  </channel>
</rss>

