<?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 Creating line segments between 2 or more points in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681149#M2245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create line segments between different cities in the world. I've previously used Spider Tools: &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14908"&gt;http://arcscripts.esri.com/details.asp?dbid=14908&lt;/A&gt;&lt;SPAN&gt; and it worked quite well when I was mapping from one main point to many others. e.g. A -&amp;gt; B, A -&amp;gt; C, A -&amp;gt; D, A -&amp;gt; E....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My issue now is that I have connection cities in between, so I need to map &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A --&amp;gt; B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A--&amp;gt; B --&amp;gt; C&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A --&amp;gt; C --&amp;gt; D&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A --&amp;gt; B --&amp;gt; E --&amp;gt; F ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know of a way I can get these lines to automatically be created? It seems like it would be relatively simple - just connecting the dots based on location, but I can't find anything that would do this for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Aug 2010 15:24:17 GMT</pubDate>
    <dc:creator>DavidKossowsky</dc:creator>
    <dc:date>2010-08-16T15:24:17Z</dc:date>
    <item>
      <title>Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681149#M2245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create line segments between different cities in the world. I've previously used Spider Tools: &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14908"&gt;http://arcscripts.esri.com/details.asp?dbid=14908&lt;/A&gt;&lt;SPAN&gt; and it worked quite well when I was mapping from one main point to many others. e.g. A -&amp;gt; B, A -&amp;gt; C, A -&amp;gt; D, A -&amp;gt; E....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My issue now is that I have connection cities in between, so I need to map &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A --&amp;gt; B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A--&amp;gt; B --&amp;gt; C&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A --&amp;gt; C --&amp;gt; D&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A --&amp;gt; B --&amp;gt; E --&amp;gt; F ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know of a way I can get these lines to automatically be created? It seems like it would be relatively simple - just connecting the dots based on location, but I can't find anything that would do this for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 15:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681149#M2245</guid>
      <dc:creator>DavidKossowsky</dc:creator>
      <dc:date>2010-08-16T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681150#M2246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having a similar problem (&lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/11686-Spider-lines-with-a-twist-how-to-get-from-point-A-to-point-B-via-point-C?highlight=spider+lines"&gt;http://forums.arcgis.com/threads/11686-Spider-lines-with-a-twist-how-to-get-from-point-A-to-point-B-via-point-C?highlight=spider+lines&lt;/A&gt;&lt;SPAN&gt;). Did you manage to solve yours? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to create line segments between different cities in the world. I've previously used Spider Tools: &lt;A href="http://arcscripts.esri.com/details.asp?dbid=14908"&gt;http://arcscripts.esri.com/details.asp?dbid=14908&lt;/A&gt; and it worked quite well when I was mapping from one main point to many others. e.g. A -&amp;gt; B, A -&amp;gt; C, A -&amp;gt; D, A -&amp;gt; E....&lt;BR /&gt;&lt;BR /&gt;My issue now is that I have connection cities in between, so I need to map &lt;BR /&gt;A --&amp;gt; B&lt;BR /&gt;A--&amp;gt; B --&amp;gt; C&lt;BR /&gt;A --&amp;gt; C --&amp;gt; D&lt;BR /&gt;A --&amp;gt; B --&amp;gt; E --&amp;gt; F ...&lt;BR /&gt;&lt;BR /&gt;Does anybody know of a way I can get these lines to automatically be created? It seems like it would be relatively simple - just connecting the dots based on location, but I can't find anything that would do this for me.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 20:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681150#M2246</guid>
      <dc:creator>Public_HealthObservatory</dc:creator>
      <dc:date>2010-08-25T20:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681151#M2247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi skimmer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No solution yet. I've been trying to tweak spider tools and my data to assist in the calculations, but as I too have many many points (about 4000), it is impossible to divide up the data in such a way that I can calculate all the routes and still manage all the layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll keep you updated if any progress is made. Please do the same for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. I have looked into Network Analyst quite a bit but from what I've seen it doesn't help with this issue. I'm not sure if anybody else is able to confirm this..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 12:56:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681151#M2247</guid>
      <dc:creator>DavidKossowsky</dc:creator>
      <dc:date>2010-08-26T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681152#M2248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I posted on Skimmer's thread already but you should try Xtools Pro. (Search on Google)&amp;nbsp; It has a point to line feature that allows you to have a sequential number and an ID property. So basically it will create a line between multiple points in order if they have the same ID.&amp;nbsp; Your problem seems a little more tricky then Skimmers but you could try to create different ID and Order fields based on specific properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jaclyn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 18:28:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681152#M2248</guid>
      <dc:creator>JaclynGorman</dc:creator>
      <dc:date>2010-08-31T18:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681153#M2249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is there a Spider tools that works with Arc 10?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 17:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681153#M2249</guid>
      <dc:creator>RobertKirkwood</dc:creator>
      <dc:date>2011-05-24T17:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681154#M2250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would check out the new "Points to Line" tool that's included at ArcGIS 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Data Management Tools &amp;gt; Features &amp;gt; Points to Line&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003s000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003s000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 18:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681154#M2250</guid>
      <dc:creator>TimHopper</dc:creator>
      <dc:date>2011-06-09T18:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681155#M2251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would check out the new "Points to Line" tool that's included at ArcGIS 10.&lt;BR /&gt;&lt;BR /&gt;Data Management Tools &amp;gt; Features &amp;gt; Points to Line&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003s000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003s000000.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! that worked...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 15:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681155#M2251</guid>
      <dc:creator>RobertKirkwood</dc:creator>
      <dc:date>2011-09-13T15:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681156#M2252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there an equivalent to "points to line" in the silverlight API?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 19:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681156#M2252</guid>
      <dc:creator>EricNicks</dc:creator>
      <dc:date>2012-03-19T19:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681157#M2253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm a beginner in Arcgis and I have a similar problem as dakaye. I need to create segments between points but the problem is that some points are repeated in many segments. That's why I can't use "Points to Line" tool in Arcgis 10. I have data like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;segment id, starting point id, end point id&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks really simple but though I spent a lot of time by searching I still don't know how to figure out. I would appriciate any help. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 09:26:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681157#M2253</guid>
      <dc:creator>SlukaLesni</dc:creator>
      <dc:date>2013-02-01T09:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681158#M2254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, I'm a beginner in Arcgis and I have a similar problem as dakaye. I need to create segments between points but the problem is that some points are repeated in many segments. That's why I can't use "Points to Line" tool in Arcgis 10. I have data like:&lt;BR /&gt;&lt;BR /&gt;segment id, starting point id, end point id&lt;BR /&gt;&lt;BR /&gt;It looks really simple but though I spent a lot of time by searching I still don't know how to figure out. I would appriciate any help. Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;could you provide more detail?&amp;nbsp; Maybe a snapshot of your data, or if its ok, post it here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 12:43:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681158#M2254</guid>
      <dc:creator>NicoleHanson</dc:creator>
      <dc:date>2013-02-01T12:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681159#M2255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;could you provide more detail?&amp;nbsp; Maybe a snapshot of your data, or if its ok, post it here?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some data. start_point and end_point are IDs of existing points in my map (no coordinates). You can see some points should be common for several segments. Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 13:02:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681159#M2255</guid>
      <dc:creator>SlukaLesni</dc:creator>
      <dc:date>2013-02-01T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681160#M2256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, here's what I would do.&amp;nbsp; Not sure if there's an easier way, but:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create X, Y for the starting points and for the ending points.&amp;nbsp; Then you can do XY to line.&amp;nbsp; Where you'll enter the Start X Field, Start Y Field, End X and End Y.&amp;nbsp; You'll also be able to chose what kind of line, enter what field is the ID and the spatial reference.&amp;nbsp; But it'll work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 13:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681160#M2256</guid>
      <dc:creator>NicoleHanson</dc:creator>
      <dc:date>2013-02-01T13:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681161#M2257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for your answer. It really helped. I finally managed to do it by assigning coordinates of the points to the IDs in excell and then it was easy with XY to line.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 17:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681161#M2257</guid>
      <dc:creator>SlukaLesni</dc:creator>
      <dc:date>2013-02-01T17:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line segments between 2 or more points</title>
      <link>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681162#M2258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yea!&amp;nbsp; Glad it worked!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 17:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/creating-line-segments-between-2-or-more-points/m-p/681162#M2258</guid>
      <dc:creator>NicoleHanson</dc:creator>
      <dc:date>2013-02-01T17:15:21Z</dc:date>
    </item>
  </channel>
</rss>

