<?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: Adding a second Geometry column to a Feature Class in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153829#M3974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ted -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much for the suggestion.    As I looked back further into the code I&lt;/P&gt;&lt;P&gt;was using to add the geometry field I realized I wasn't setting a geometry&lt;/P&gt;&lt;P&gt;definition for the new geometry field I was trying to add.   Once I created&lt;/P&gt;&lt;P&gt;a new geometry def and assigned it to the new geometry field I was able to&lt;/P&gt;&lt;P&gt;add the field without error. (code below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your suggestion.  I'm sure that would work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 16:43:28 GMT</pubDate>
    <dc:creator>EdwardBlair</dc:creator>
    <dc:date>2017-12-28T16:43:28Z</dc:date>
    <item>
      <title>Adding a second Geometry column to a Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153827#M3972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am trying to add a second Geometry column to a feature class.&amp;nbsp; I know Arc applications won't know about this field -- and I would not want them to -- but the field would be added to support custom functionality.&amp;nbsp; &amp;nbsp;The basic process of creating a field of Field Type Geometry and adding it to the feature class just fails.&amp;nbsp; &amp;nbsp;Have tried adding a blob field and storing a Geometry into it errors as well, though I haven't gone very far down this path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize I could create another feature class with a relationship to the first, but want to avoid this if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers on a preferred method that's been found to work would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 15:41:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153827#M3972</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2017-12-28T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second Geometry column to a Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153828#M3973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using a text field and store "WKT"&amp;nbsp; Well Known Text to describe the geometry?&amp;nbsp; Many other medium to large format database can read and interpret WKT.&amp;nbsp; &amp;nbsp;I use this in SQL server for custom geometry analysis/manipulation.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just the first thought that came to me when I read your post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 15:47:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153828#M3973</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2017-12-28T15:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second Geometry column to a Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153829#M3974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ted -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much for the suggestion.    As I looked back further into the code I&lt;/P&gt;&lt;P&gt;was using to add the geometry field I realized I wasn't setting a geometry&lt;/P&gt;&lt;P&gt;definition for the new geometry field I was trying to add.   Once I created&lt;/P&gt;&lt;P&gt;a new geometry def and assigned it to the new geometry field I was able to&lt;/P&gt;&lt;P&gt;add the field without error. (code below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your suggestion.  I'm sure that would work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 16:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153829#M3974</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2017-12-28T16:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second Geometry column to a Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153830#M3975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ted -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have to add an additional point to this thread.   What I had hoped to do&lt;/P&gt;&lt;P&gt;was add a line geometry field to what was otherwise a point feature class.&lt;/P&gt;&lt;P&gt;I find when I do this the class shape type also gets changed from point to&lt;/P&gt;&lt;P&gt;line... which is &lt;STRONG&gt;not&lt;/STRONG&gt; what I hoped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, am reverting to your method of the text WKT field, which seems to&lt;/P&gt;&lt;P&gt;be working OK so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 18:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153830#M3975</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2017-12-29T18:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second Geometry column to a Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153831#M3976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad you are making progress!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No workaround is perfect (each comes with its own set problems).&amp;nbsp; WKT allows you to mix geometries and can handle most of the basic types spatial queries; however, doing any real complex types of spatial queries will eventually mean you will have to develop your own spatial programs to perform them with WKT especially if you are using mix geometries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 15:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/153831#M3976</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2018-01-02T15:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second Geometry column to a Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/1031948#M20260</link>
      <description>&lt;P&gt;Ed,&lt;/P&gt;&lt;P&gt;Hi - I was looking to do something similar and found this topic, but didn't see the code you mentioned.&amp;nbsp; Any chance you still have it or could send it?&amp;nbsp; I'm trying to update an FC from an older geometry to ST and was trying to add a second shape field.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 15:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-a-second-geometry-column-to-a-feature-class/m-p/1031948#M20260</guid>
      <dc:creator>BartPittari</dc:creator>
      <dc:date>2021-03-02T15:38:38Z</dc:date>
    </item>
  </channel>
</rss>

