<?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: ITopological operator in Pro Objects SDK in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1236265#M9124</link>
    <description>&lt;P&gt;Hi Annette,&lt;/P&gt;&lt;P&gt;Thanks for the information which you have provided will definitely try GeometryEngine.IsSimpleAsFeature and let you know and meanwhile does this works with Simpleselfinterection as well?&amp;nbsp; because in my tool I am covering three validations listed below which is used for migrating the data&amp;nbsp; into UN data model. As UN doesnt allow this errors while loading the data. which we will report these errors to&amp;nbsp; our customer.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Find duplicate vertices on polylines.&lt;/P&gt;&lt;P&gt;2. Find self intersection on Polygons.&lt;/P&gt;&lt;P&gt;3. Find duplicate features on points.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me out on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 04:09:18 GMT</pubDate>
    <dc:creator>naveenbesri</dc:creator>
    <dc:date>2022-11-30T04:09:18Z</dc:date>
    <item>
      <title>ITopological operator in Pro Objects SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1235807#M9115</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I need to migrate my one of tool from arcobjects to pro objects which is used to find duplicate vertices. please find the code snippet below.&lt;/P&gt;&lt;P&gt;ITopologicalOperator topo = null;&lt;BR /&gt;ITopologicalOperator3 operator3 = null;&lt;/P&gt;&lt;P&gt;if (feature.Shape.GeometryType == esriGeometryType.esriGeometryPolygon)&lt;BR /&gt;{&lt;BR /&gt;topo = feature.Shape as ITopologicalOperator;&lt;BR /&gt;operator3 = topo.Boundary as ITopologicalOperator3;&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;operator3 = feature.Shape as ITopologicalOperator3;&lt;/P&gt;&lt;P&gt;esriNonSimpleReasonEnum reasen = esriNonSimpleReasonEnum.esriNonSimpleDuplicateVertex;&lt;BR /&gt;operator3.IsKnownSimple_2 = false;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me or suggest me on this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1235807#M9115</guid>
      <dc:creator>naveenbesri</dc:creator>
      <dc:date>2022-11-29T13:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: ITopological operator in Pro Objects SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1236189#M9121</link>
      <description>&lt;P&gt;Hi, currently we don't return a reason from the simplify operator, but we do have a backlog issue for it. I have changed it to a high priority item, so it will go into ArcGIS Pro SDK 3.2. In the meantime, if you call GeometryEngine.SimplifyAsFeature, the duplicate vertices will be removed. If that's not what you want, then call GeometryEngine.IsSimpleAsFeature. If false is returned, you can loop through the vertices to find the duplicates.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 22:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1236189#M9121</guid>
      <dc:creator>AnnetteLocke</dc:creator>
      <dc:date>2022-11-29T22:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: ITopological operator in Pro Objects SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1236265#M9124</link>
      <description>&lt;P&gt;Hi Annette,&lt;/P&gt;&lt;P&gt;Thanks for the information which you have provided will definitely try GeometryEngine.IsSimpleAsFeature and let you know and meanwhile does this works with Simpleselfinterection as well?&amp;nbsp; because in my tool I am covering three validations listed below which is used for migrating the data&amp;nbsp; into UN data model. As UN doesnt allow this errors while loading the data. which we will report these errors to&amp;nbsp; our customer.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Find duplicate vertices on polylines.&lt;/P&gt;&lt;P&gt;2. Find self intersection on Polygons.&lt;/P&gt;&lt;P&gt;3. Find duplicate features on points.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me out on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 04:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1236265#M9124</guid>
      <dc:creator>naveenbesri</dc:creator>
      <dc:date>2022-11-30T04:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: ITopological operator in Pro Objects SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1236460#M9128</link>
      <description>&lt;P&gt;Yes, it works with all the cases that you mention. There is more information here:&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geometry#simplifyasfeature-and-issimpleasfeature" target="_self"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geometry#simplifyasfeature-and-issimpleasfeature&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 17:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/itopological-operator-in-pro-objects-sdk/m-p/1236460#M9128</guid>
      <dc:creator>AnnetteLocke</dc:creator>
      <dc:date>2022-11-30T17:54:56Z</dc:date>
    </item>
  </channel>
</rss>

