<?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: connect points with lines (sorting,grouped) in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/connect-points-with-lines-sorting-grouped/m-p/301774#M17282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/Geoprocessing-Model-and-Script-Tool-Gallery/details?entryID=1C1927D6-1422-2418-8809-3BA43CBD435C"&gt;Spider Diagram Tool for ArcGIS 10.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively at &lt;/SPAN&gt;&lt;A href="http://www.ian-ko.com/"&gt;ET GeoWizards&lt;/A&gt;&lt;SPAN&gt; there's a tool &lt;/SPAN&gt;&lt;A href="http://www.ian-ko.com/ET_GeoWizards/UserGuide/et_geowizards_userguide.htm"&gt;Spider Diagram Attribute Link&lt;/A&gt;&lt;SPAN&gt; (It's not free function, so has some vertex limitation)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2012 10:59:40 GMT</pubDate>
    <dc:creator>MarcinGasior</dc:creator>
    <dc:date>2012-06-04T10:59:40Z</dc:date>
    <item>
      <title>connect points with lines (sorting,grouped)</title>
      <link>https://community.esri.com/t5/data-management-questions/connect-points-with-lines-sorting-grouped/m-p/301773#M17281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: MagnusP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have two point-layers in ArcMap. One layer contains a "parent"-point, the other layer, the "children"-points. Each point has a special attribute, eg a membership (A, B, C). General, a "parent"-point has many "children"-points.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I want to these points connect with each other, grouped by the (A,B,C,..)-item. It should be produced star-shaped lines between parents and their children. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the "parent" point A to all "children" points, which also have the attribute A, should by drawn a line, directly with a one-to-one relationship. And the same for B, C, ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the quickest and easiest way to create it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MagnusP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 10:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/connect-points-with-lines-sorting-grouped/m-p/301773#M17281</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-04T10:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: connect points with lines (sorting,grouped)</title>
      <link>https://community.esri.com/t5/data-management-questions/connect-points-with-lines-sorting-grouped/m-p/301774#M17282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/Geoprocessing-Model-and-Script-Tool-Gallery/details?entryID=1C1927D6-1422-2418-8809-3BA43CBD435C"&gt;Spider Diagram Tool for ArcGIS 10.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively at &lt;/SPAN&gt;&lt;A href="http://www.ian-ko.com/"&gt;ET GeoWizards&lt;/A&gt;&lt;SPAN&gt; there's a tool &lt;/SPAN&gt;&lt;A href="http://www.ian-ko.com/ET_GeoWizards/UserGuide/et_geowizards_userguide.htm"&gt;Spider Diagram Attribute Link&lt;/A&gt;&lt;SPAN&gt; (It's not free function, so has some vertex limitation)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 10:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/connect-points-with-lines-sorting-grouped/m-p/301774#M17282</guid>
      <dc:creator>MarcinGasior</dc:creator>
      <dc:date>2012-06-04T10:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: connect points with lines (sorting,grouped)</title>
      <link>https://community.esri.com/t5/data-management-questions/connect-points-with-lines-sorting-grouped/m-p/301775#M17283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: gizagui&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on a similar problem than MagnusP, but not the same. I&amp;nbsp; have two point-layers in a gdb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One layer contains a "parent"-point, the other layer, the "children"-points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Each point has a special attribute, eg an ID that uniquely relates "parent"-points with the "children"-points, so, a "parent"-point has only one "children"-point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to connect these two point layers with one line between parents and their children. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried Spider Diagram Tool for ArcGIS 10.0, but connects each parent with all features of children point layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to achieve the solution with this tool or, is there another tool (or method) way to create the line feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 16:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/connect-points-with-lines-sorting-grouped/m-p/301775#M17283</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-05-29T16:26:27Z</dc:date>
    </item>
  </channel>
</rss>

