<?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: How to fix the polygon boundary loop/knot problem? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692382#M39298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem in this particular case was that the troubled areas were not always seen easily and there might be too many of those to delete them manually. Below is the process I've used, may be not too elegant, but worked well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Within a file geodatabase create a feature dataset with the same spatial reference as the polygon feature class and insert the FC into the feature dataset;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Create Topology within the same feature dataset, adding the Must Not Have Gaps rule;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Validate the topology by right clicking on it within Catalog Window, then add to the ArcMap Table of Contents (TOC);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Start Editing session and turn on the Topology toolbar;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) From the Topology toolbar, open the Error Inspector and search for errors in violation of the aforementioned rule;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) The portions of the polygon boundaries forming the loops must be identified;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7) Select all those features in the Error Inspector holding the CTRL key, then right-click on one of them and select 'Created Features' - the new features will be added to the polygon feature class, each corresponding to a particular 'loop';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Select all the 'loop' features that you want to get rid of along with the polygon they belong to. From the Editing drop-down menu select 'Merge', and identify the polygon which you want the loops to be merged to - the 'loop' features&amp;nbsp; become part of the polygon, therefore eliminating the gaps formed by extra vertices.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2012 13:42:18 GMT</pubDate>
    <dc:creator>MaximSilin</dc:creator>
    <dc:date>2012-10-24T13:42:18Z</dc:date>
    <item>
      <title>How to fix the polygon boundary loop/knot problem?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692377#M39293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to remove extra vertices forming loops/knots on the polygon boundary? (see attached) Can't seem to find a topology rule that would identify those for polygon features. Am I missing it? Is there another way to deal with this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 18:20:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692377#M39293</guid>
      <dc:creator>CANTechSupport_GenericAccount_</dc:creator>
      <dc:date>2012-10-16T18:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the polygon boundary loop/knot problem?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692378#M39294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How to remove extra vertices forming loops/knots on the polygon boundary? (see attached) Can't seem to find a topology rule that would identify those for polygon features. Am I missing it? Is there another way to deal with this problem?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should not have been created (and probably wasn't) with ArcGIS, but anyway may be able to convert to lines (or use an existing line feature class this was possibly created from) and apply topology:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Must Not Self Intersect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That should be the topology rule to detect this - probably need Must Not Self Overlap too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 19:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692378#M39294</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2012-10-16T19:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the polygon boundary loop/knot problem?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692379#M39295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wouldn't bother turning them into lines; in an edit session just right click on the offending vertices and delete them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 21:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692379#M39295</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-10-16T21:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the polygon boundary loop/knot problem?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692380#M39296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't know if you are able to see all of your 'knots' or how many you have, but on the smaller ones you could also give the 'Simplify Polygons' tool a whirl to take care of the problem 'en masse' if that produces satisfactory results....you'd probably get best results with POINT_REMOVE and a method to remove topological errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(although don't think this tool is licensed at ArcView [or Basic] level, not sure what level you are)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 21:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692380#M39296</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2012-10-16T21:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the polygon boundary loop/knot problem?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692381#M39297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try the Check Geometry and Repair Geometry tools&amp;nbsp; (Data Management toolbox - Features toolset):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Check_Geometry/001700000034000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Check_Geometry/001700000034000000/&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Repair_Geometry/00170000003v000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Repair_Geometry/00170000003v000000/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 22:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692381#M39297</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-10-16T22:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the polygon boundary loop/knot problem?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692382#M39298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem in this particular case was that the troubled areas were not always seen easily and there might be too many of those to delete them manually. Below is the process I've used, may be not too elegant, but worked well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Within a file geodatabase create a feature dataset with the same spatial reference as the polygon feature class and insert the FC into the feature dataset;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Create Topology within the same feature dataset, adding the Must Not Have Gaps rule;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Validate the topology by right clicking on it within Catalog Window, then add to the ArcMap Table of Contents (TOC);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Start Editing session and turn on the Topology toolbar;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) From the Topology toolbar, open the Error Inspector and search for errors in violation of the aforementioned rule;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) The portions of the polygon boundaries forming the loops must be identified;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7) Select all those features in the Error Inspector holding the CTRL key, then right-click on one of them and select 'Created Features' - the new features will be added to the polygon feature class, each corresponding to a particular 'loop';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Select all the 'loop' features that you want to get rid of along with the polygon they belong to. From the Editing drop-down menu select 'Merge', and identify the polygon which you want the loops to be merged to - the 'loop' features&amp;nbsp; become part of the polygon, therefore eliminating the gaps formed by extra vertices.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 13:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-fix-the-polygon-boundary-loop-knot-problem/m-p/692382#M39298</guid>
      <dc:creator>MaximSilin</dc:creator>
      <dc:date>2012-10-24T13:42:18Z</dc:date>
    </item>
  </channel>
</rss>

