<?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 Check for self intersecting geomety in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/check-for-self-intersecting-geomety/m-p/451170#M3880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When creating polygon geometry in a sketch layer, we are checking if the geometry "isValid" before saving, but when we try and push this new geometry back to the server via "applyEdits" on the feature layer we get an error about self intersecting polygon boundary.&amp;nbsp; Is there any simple method to check for this issue with user created polygons?&amp;nbsp; I assumed that the AGSGeometry isValid method would not consider that valid geometry, but I guess not. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jun 2013 04:47:29 GMT</pubDate>
    <dc:creator>MattCooper</dc:creator>
    <dc:date>2013-06-27T04:47:29Z</dc:date>
    <item>
      <title>Check for self intersecting geomety</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/check-for-self-intersecting-geomety/m-p/451170#M3880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When creating polygon geometry in a sketch layer, we are checking if the geometry "isValid" before saving, but when we try and push this new geometry back to the server via "applyEdits" on the feature layer we get an error about self intersecting polygon boundary.&amp;nbsp; Is there any simple method to check for this issue with user created polygons?&amp;nbsp; I assumed that the AGSGeometry isValid method would not consider that valid geometry, but I guess not. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 04:47:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/check-for-self-intersecting-geomety/m-p/451170#M3880</guid>
      <dc:creator>MattCooper</dc:creator>
      <dc:date>2013-06-27T04:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Check for self intersecting geomety</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/check-for-self-intersecting-geomety/m-p/451171#M3881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AGSGeometry's isValid method does not check self intersecting geometries. Also, self intersecting geometries are valid (at client side) but server does not accept them. You should always call AGSGeometryEngine's &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/ios/api-reference/interface_a_g_s_geometry_engine.html#af5eede17633e7e259eab891f6afec667" rel="nofollow" target="_blank"&gt;simplifyGeometry&lt;/A&gt;&lt;SPAN&gt; on geometry before sending it to server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 17:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/check-for-self-intersecting-geomety/m-p/451171#M3881</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2013-06-27T17:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Check for self intersecting geomety</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/check-for-self-intersecting-geomety/m-p/451172#M3882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that did the trick.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 19:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/check-for-self-intersecting-geomety/m-p/451172#M3882</guid>
      <dc:creator>MattCooper</dc:creator>
      <dc:date>2013-06-27T19:14:03Z</dc:date>
    </item>
  </channel>
</rss>

