<?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: ImportFromWKT CURVEPOLYGON type in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/importfromwkt-curvepolygon-type/m-p/1076632#M6842</link>
    <description>&lt;P&gt;Thanks Annette,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll have a look a this.&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jul 2021 07:55:15 GMT</pubDate>
    <dc:creator>FredB</dc:creator>
    <dc:date>2021-07-08T07:55:15Z</dc:date>
    <item>
      <title>ImportFromWKT CURVEPOLYGON type</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/importfromwkt-curvepolygon-type/m-p/1076294#M6837</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to generate Geometry from WKT representation. I'm not having issues with simple types (eg LINE, POLYLINE, POLYGON...) but I get an exception when trying to convert a CURVEPOLYGON.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;string wkt = "CURVEPOLYGON(
CIRCULARSTRING(2626001.305 1230573.515,2626001.74595277 1230572.58234891,2626001.569 1230571.566,2626000.28420587 1230570.66202792,...));

var myGeom = GeometryEngine.Instance.ImportFromWKT(WKTImportFlags.wktImportDefaults, wkt, spatialRef);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I tried to change the WKTImportFlag to wktImportNotTrusted, but without success.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any workaround to handle this situation?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 15:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/importfromwkt-curvepolygon-type/m-p/1076294#M6837</guid>
      <dc:creator>FredB</dc:creator>
      <dc:date>2021-07-07T15:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: ImportFromWKT CURVEPOLYGON type</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/importfromwkt-curvepolygon-type/m-p/1076402#M6839</link>
      <description>&lt;P&gt;Hi Fred,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Esri doesn't support curves in WKT.&amp;nbsp;Curves are not in the OGC spec on WKT, but from what I can tell some databases have extended the spec to include them.&lt;/P&gt;&lt;P&gt;We do support curves in JSON which could be a workaround for you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geometry#representing-geometries-with-curves-as-json-objects" target="_blank"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geometry#representing-geometries-with-curves-as-json-objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Annette&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 17:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/importfromwkt-curvepolygon-type/m-p/1076402#M6839</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-07-07T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: ImportFromWKT CURVEPOLYGON type</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/importfromwkt-curvepolygon-type/m-p/1076632#M6842</link>
      <description>&lt;P&gt;Thanks Annette,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll have a look a this.&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 07:55:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/importfromwkt-curvepolygon-type/m-p/1076632#M6842</guid>
      <dc:creator>FredB</dc:creator>
      <dc:date>2021-07-08T07:55:15Z</dc:date>
    </item>
  </channel>
</rss>

