<?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 Create poly line radius from circle in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32768#M1159</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 would like to produce radius/diameter from circle in poly line. Does anyone know how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if you could share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best&lt;/P&gt;&lt;P&gt;anggi&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2019 07:27:38 GMT</pubDate>
    <dc:creator>AnggiKusumawardani</dc:creator>
    <dc:date>2019-10-14T07:27:38Z</dc:date>
    <item>
      <title>Create poly line radius from circle</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32768#M1159</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 would like to produce radius/diameter from circle in poly line. Does anyone know how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if you could share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best&lt;/P&gt;&lt;P&gt;anggi&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 07:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32768#M1159</guid>
      <dc:creator>AnggiKusumawardani</dc:creator>
      <dc:date>2019-10-14T07:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create poly line radius from circle</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32769#M1160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this &lt;A href="https://www.piday.org/calculators/circle-calc-find-c-d-a-r/"&gt;site&lt;/A&gt; out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32769#M1160</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-10-14T14:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create poly line radius from circle</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32770#M1161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to draw a line or calculate&amp;nbsp;the radius and diameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Area of a circle&amp;nbsp; = (π)r²&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also create a bounding box (square) around the circle.&amp;nbsp; Then draw lines from corner to corner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the lines intersect is the center.&amp;nbsp; Trim one line to the other, then trim that line to the edge of the circle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create a point and create the circle on that point, then draw in a radius line from the point to the edge of the circle.&lt;/P&gt;&lt;P&gt;Or create a point and snap the circle to the point.&amp;nbsp; then draw the radius from the point.&lt;/P&gt;&lt;P&gt;Or use the geoprocessing tool&amp;nbsp; Feature to Point and create a centroid and draw in the radius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you need to do a LOT of circles you can do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a radius field (double) in your polygon layer that has the circles.&amp;nbsp; Calculate the radius.&lt;/P&gt;&lt;P&gt;Create a fields for X,Y&lt;/P&gt;&lt;P&gt;Use Calculate Geometry to calculate the centroid of the circle.&lt;/P&gt;&lt;P&gt;Now create&amp;nbsp; new X,Y fields.&amp;nbsp; If you want the line to go straight East.&amp;nbsp; Calculate the second X,Y leaving Y the same as the centroid.&amp;nbsp; Calculate the new X using the Radius.&amp;nbsp; Then use the X,Y to line tool to draw in the lines. (literally thousands of lines can be draw this way in minutes)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:09:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32770#M1161</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2019-10-14T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create poly line radius from circle</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32771#M1162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Duncan, thanks for the link. However what I want is to draw the radius into poly line shapefile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 01:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32771#M1162</guid>
      <dc:creator>AnggiKusumawardani</dc:creator>
      <dc:date>2019-10-15T01:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create poly line radius from circle</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32772#M1163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert, so many thanks for your help. Yes, what I need is to draw poly line (radius) from thousands of circle polygon. I have follow your step by step and finally I got what i want. Again, many thanks for your help.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 03:03:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-poly-line-radius-from-circle/m-p/32772#M1163</guid>
      <dc:creator>AnggiKusumawardani</dc:creator>
      <dc:date>2019-10-15T03:03:44Z</dc:date>
    </item>
  </channel>
</rss>

