<?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: Modifying map topology edge in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167372#M9379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good to me!&amp;nbsp; Glad to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2015 21:23:49 GMT</pubDate>
    <dc:creator>KyleBalke__GISP</dc:creator>
    <dc:date>2015-11-16T21:23:49Z</dc:date>
    <item>
      <title>Modifying map topology edge</title>
      <link>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167366#M9373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I'm trying to modify shared edges of shapes in a single polygon layer, and I don't think I'm understanding the topology editing tools correctly. My understanding is that after selecting the topology, I use the topology edit tool to select and move the shared node, which will carry along the shared edges as well. That works, but my problem is that the shared edges that are carried along with the shared node are more complex than I would like. I only want to move the shared edges from the shared node (see dotted line in first attached image) to the next vertex of each polygon in the direction of the arrows, NOT all the edges that are interpreted as connected to that shared node (see highlighed edges in second image). How do I tell ArcMap to only move the shared edge to the next node, not all the other edges and nodes its interpreting as part of this operation? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 18:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167366#M9373</guid>
      <dc:creator>NeilCurri1</dc:creator>
      <dc:date>2015-11-16T18:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying map topology edge</title>
      <link>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167367#M9374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double click on the shared line to show the vertices, you can then select and move just one vertex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="topology_edit.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/144096_topology_edit.jpg" style="width: 620px; height: 433px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 19:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167367#M9374</guid>
      <dc:creator>KyleBalke__GISP</dc:creator>
      <dc:date>2015-11-16T19:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying map topology edge</title>
      <link>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167368#M9375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but the node I want to move is shared between three polygons, and so ArcMap looks at them as different nodes and edges. So, your suggestion works this node:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="moveable_node.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/144093_moveable_node.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not this node, associated with one topology edge... &lt;/P&gt;&lt;P&gt;&lt;IMG alt="unmoveable_node1.jpg" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/144094_unmoveable_node1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or for the same node, but associated with a different topology edge...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="unmoveable_node2.jpg" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/144104_unmoveable_node2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or for the same node here, but associated with another topology edge:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="unmoveable_node3.jpg" class="image-4 jive-image" src="https://community.esri.com/legacyfs/online/144105_unmoveable_node3.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I &lt;EM&gt;can&lt;/EM&gt; move that node, and the topology edges associated with all three of those edges will move accordingly, but I only want to move the edges up to the next vertex in the polygon to move, not the entire shape of the topology edge as shown when clicking using the topology edit tool. Right now, I can do this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="moved_node1.jpg" class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/144106_moved_node1.jpg" style="height: auto;" /&gt;&lt;IMG alt="moved_node2.jpg" class="image-6 jive-image" src="https://community.esri.com/legacyfs/online/144110_moved_node2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Which is no bueno. I don't want the other vertices of the polygons - the one's I'm NOT selecting - to move. Hope that's clear, and thanks for the help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:06:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167368#M9375</guid>
      <dc:creator>NeilCurri1</dc:creator>
      <dc:date>2015-11-16T20:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying map topology edge</title>
      <link>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167369#M9376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to simply select the polygon or polygons you want to delete the vertex out of and then delete that vertex.&amp;nbsp; I drop in and out of topology sessions that way all the time.&amp;nbsp; (Just for fun, back up your data before you try this...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:24:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167369#M9376</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2015-11-16T20:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying map topology edge</title>
      <link>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167370#M9377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right on Neil...right click and select Stretch Topology Proportionately.&amp;nbsp; Then double-click on the shared node (it should turn pink) and then move the node.&amp;nbsp; All shared lines should move with it.&amp;nbsp; It think this is your fix!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="topology_stretch_proportionally.jpg" class="image-1 jive-image" height="335" src="https://community.esri.com/legacyfs/online/144103_topology_stretch_proportionally.jpg" style="height: 335px; width: 404.735px;" width="405" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 21:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167370#M9377</guid>
      <dc:creator>KyleBalke__GISP</dc:creator>
      <dc:date>2015-11-16T21:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying map topology edge</title>
      <link>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167371#M9378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! If I'm ever in Missoula the drinks are on me. I never would have found this in the help. &lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/desktop/latest/manage-data/editing-existing-features/moving-a-vertex-without-changing-a-feature-s-general-shape.htm" title="https://desktop.arcgis.com/en/desktop/latest/manage-data/editing-existing-features/moving-a-vertex-without-changing-a-feature-s-general-shape.htm"&gt;Moving a vertex without changing a feature's general shape—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 21:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167371#M9378</guid>
      <dc:creator>NeilCurri1</dc:creator>
      <dc:date>2015-11-16T21:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying map topology edge</title>
      <link>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167372#M9379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good to me!&amp;nbsp; Glad to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 21:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/modifying-map-topology-edge/m-p/167372#M9379</guid>
      <dc:creator>KyleBalke__GISP</dc:creator>
      <dc:date>2015-11-16T21:23:49Z</dc:date>
    </item>
  </channel>
</rss>

