<?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 Polyline to Circle in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188899#M10632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a layer of 120 polylines created from XY coordinates of start and end points.&amp;nbsp; I now would like to create a layer of circles (polylines not polygons) with one end point of each polyline as the center and the other end point of the polyline as the outer radius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2015 08:50:47 GMT</pubDate>
    <dc:creator>ChittayongSurakitbanharn</dc:creator>
    <dc:date>2015-02-20T08:50:47Z</dc:date>
    <item>
      <title>Polyline to Circle</title>
      <link>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188899#M10632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a layer of 120 polylines created from XY coordinates of start and end points.&amp;nbsp; I now would like to create a layer of circles (polylines not polygons) with one end point of each polyline as the center and the other end point of the polyline as the outer radius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 08:50:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188899#M10632</guid>
      <dc:creator>ChittayongSurakitbanharn</dc:creator>
      <dc:date>2015-02-20T08:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline to Circle</title>
      <link>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188900#M10633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You could follow the following workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Add 3 fields to the polyline layer, viz.,&lt;STRONG&gt; Length&lt;/STRONG&gt; (in meters), &lt;STRONG&gt;Start_X&lt;/STRONG&gt; (X Coordinate/Longitude of Starting point), and &lt;STRONG&gt;Start_Y&lt;/STRONG&gt; (Y Coordinate/Latitude of Starting point) using Calculate Geometry in the attribute table.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63343" alt="" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/63343_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Export the attribute table to a table file (e.g. *.dbf)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" src="https://community.esri.com/legacyfs/online/63715_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;3) In ArcCatalog, create XY point feature class from the above table file. Define a GCS spatial reference.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/63716_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;4) Reproject the shapefile to a projected coordinate system (e.g. UTM).&lt;/P&gt;&lt;P&gt;5) Use &lt;STRONG&gt;Buffer (Analysis)&lt;/STRONG&gt; tool to build the Circles, as desired.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63714" alt="" class="jive-image image-3" src="https://community.esri.com/legacyfs/online/63714_pastedImage_5.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Note: We are reprojecting the points to PCS, so that the buffer takes up linear units (meters) and not angular units (Degree Decimal).&lt;/P&gt;&lt;P&gt;I hope it solves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:40:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188900#M10633</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-02-20T09:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline to Circle</title>
      <link>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188901#M10634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to add my output snapshot!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/63717_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188901#M10634</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-02-20T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline to Circle</title>
      <link>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188902#M10635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extremely helpful!&amp;nbsp; Thanks Jay!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 07:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/polyline-to-circle/m-p/188902#M10635</guid>
      <dc:creator>ChittayongSurakitbanharn</dc:creator>
      <dc:date>2015-02-23T07:33:06Z</dc:date>
    </item>
  </channel>
</rss>

