<?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: FeatureCollectionTable throws exception for GeometryType.Envelope in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1284601#M11805</link>
    <description>&lt;P&gt;It is exactly what the error message says: Envelope is not a supported geometry type to store in an ESRI GeoDatabase. Use Polygon instead.&lt;/P&gt;&lt;P&gt;Supported types are:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Point&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be point.&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Multipoint&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be multipoint.&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Polygon&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be polygon.&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Polyline&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be polyline.&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Multipatch&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be multipatch.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 02 May 2023 07:20:16 GMT</pubDate>
    <dc:creator>VolkerMatzken</dc:creator>
    <dc:date>2023-05-02T07:20:16Z</dc:date>
    <item>
      <title>FeatureCollectionTable throws exception for GeometryType.Envelope</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1283847#M11801</link>
      <description>&lt;P&gt;FeatureCollecitonTable with GeometryType.Envelope throws exception, saying that Exception for type Envelope : Geodatabase geometry type not supported.&amp;nbsp;&amp;nbsp; I'm trying to create Feature with Geometrytype.Envelope.&amp;nbsp; Attached are the json files for four Fields and spatial reference.&lt;/P&gt;&lt;P&gt;I'm using&lt;/P&gt;&lt;P&gt;FeatureCollecitonTable fcTable = new(fieldList, geometryType, spatialReference, false, false);&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 14:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1283847#M11801</guid>
      <dc:creator>noodle</dc:creator>
      <dc:date>2023-04-28T14:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureCollectionTable throws exception for GeometryType.Envelope</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1284601#M11805</link>
      <description>&lt;P&gt;It is exactly what the error message says: Envelope is not a supported geometry type to store in an ESRI GeoDatabase. Use Polygon instead.&lt;/P&gt;&lt;P&gt;Supported types are:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Point&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be point.&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Multipoint&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be multipoint.&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Polygon&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be polygon.&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Polyline&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be polyline.&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Multipatch&lt;/SPAN&gt;—&lt;SPAN&gt;The geometry type will be multipatch.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 02 May 2023 07:20:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1284601#M11805</guid>
      <dc:creator>VolkerMatzken</dc:creator>
      <dc:date>2023-05-02T07:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureCollectionTable throws exception for GeometryType.Envelope</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1284757#M11807</link>
      <description>&lt;P&gt;I know.&amp;nbsp; I did the conversion to Polygon.&amp;nbsp;&amp;nbsp; Isn't it not consistent to have GeometryType.Envelope but not supporting in GeoDatabse?&amp;nbsp;&amp;nbsp; You could do it internally in Esri side.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 15:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1284757#M11807</guid>
      <dc:creator>noodle</dc:creator>
      <dc:date>2023-05-02T15:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureCollectionTable throws exception for GeometryType.Envelope</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1284760#M11808</link>
      <description>&lt;P&gt;Sure but historically there's never been envelope as a geometry type in the geodata. The envelope is a special case geometry mostly used to just determine extents of a geometry and as such is a "helper" type separate from the other types. In hindsight it probably shouldn't have inherited from Geometry to begin with.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 15:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/featurecollectiontable-throws-exception-for/m-p/1284760#M11808</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-05-02T15:39:26Z</dc:date>
    </item>
  </channel>
</rss>

