<?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: TIN internal process error. in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529588#M14299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes it does work through ArcGIS GUI with the same data. It indeed sounds like a data problem but I don't know where I should look at. I can already see 3 ideas in your message, do you have any other?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Additional info: the code does work when the input data are placed into a File Geodatabase (not in a Personal GDB!).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cyril&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 08:24:19 GMT</pubDate>
    <dc:creator>CyrilHochard</dc:creator>
    <dc:date>2013-02-26T08:24:19Z</dc:date>
    <item>
      <title>TIN internal process error.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529586#M14297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know the different possible reasons for a "TIN internal process error." to occure during a raster interpolation using NaturalNeighbor interpolation method (IInterpolationOp3 interface) in VB.net?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've such an error occuring sometimes, not always, depending on the data I wish to interpolate but can't find any logical reason for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cyril&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 12:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529586#M14297</guid>
      <dc:creator>CyrilHochard</dc:creator>
      <dc:date>2013-02-19T12:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: TIN internal process error.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529587#M14298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does it work through ArcMap GUI methods with the same data? If so you might get a better error message.&amp;nbsp; Sounds like a data problem to me.&amp;nbsp; Is there anything unusual about the raster (no-datas, spatial ref, outliers etc?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 12:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529587#M14298</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-02-19T12:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: TIN internal process error.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529588#M14299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes it does work through ArcGIS GUI with the same data. It indeed sounds like a data problem but I don't know where I should look at. I can already see 3 ideas in your message, do you have any other?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Additional info: the code does work when the input data are placed into a File Geodatabase (not in a Personal GDB!).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cyril&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 08:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529588#M14299</guid>
      <dc:creator>CyrilHochard</dc:creator>
      <dc:date>2013-02-26T08:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: TIN internal process error.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529589#M14300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Additional info: the code does work when the input data are placed into a File Geodatabase (not in a Personal GDB!)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds like moving the data to the fgdb 'fixed' it.&amp;nbsp; If you move the data back to a new personal geodatabase, does it work?&amp;nbsp; Export/Import functions sometimes fixes bad data.&amp;nbsp; Also check the version numbers in the pgdb properties.&amp;nbsp; You need to update 9.x pgdb to 10.x.&amp;nbsp; If the pgdb still doesn't work and the fgdb does, in my opinion, it suggests a bug in the esri code.&amp;nbsp; In that case, only esri technical support will be able to help you with that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 12:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529589#M14300</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-02-26T12:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: TIN internal process error.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529590#M14301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;moving data to fgdb indeed fixed the problem. I've tried to export data back to shapefile and the test passed. It seems that export/import function fixed the data but I don't how.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I still have my issue as I'd like to avoid the export phase...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 06:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529590#M14301</guid>
      <dc:creator>CyrilHochard</dc:creator>
      <dc:date>2013-03-07T06:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: TIN internal process error.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529591#M14302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;moving data to fgdb indeed fixed the problem. I've tried to export data back to shapefile and the test passed. It seems that export/import function fixed the data but I don't how.&lt;BR /&gt;I still have my issue as I'd like to avoid the export phase...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any number of things could be wrong, point shapefiles are fairly simple so it is often null shapes that are the problem.&amp;nbsp; Line and polygons often have bad geometries.&amp;nbsp; The shapefile is a published format so any software write or edit shapefiles, not all of it does it well.&amp;nbsp; This has lead to many corrupt or partially corrupt shapefiles.&amp;nbsp; If you google "fix shapefile" or "repair shapefile" or "Corrupt shapefile" you will find many links to different strategies of repairing the shapefile.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 12:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tin-internal-process-error/m-p/529591#M14302</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-03-07T12:40:20Z</dc:date>
    </item>
  </channel>
</rss>

