<?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: Drawing a circle around a point in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521815#M11850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert, I did look at the buffer sample but am still stumped.&amp;nbsp; I am not sure what the 'polylines' refer to in the buffer.geometries lines, I suspect these are important but not sure how to use them to drive a circle with a radius that comes from a variable I set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2013 12:59:42 GMT</pubDate>
    <dc:creator>TomRauch</dc:creator>
    <dc:date>2013-01-21T12:59:42Z</dc:date>
    <item>
      <title>Drawing a circle around a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521813#M11848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I would like some help understanding how to draw a circle showing the perceived radius of an earthquake (from a value held in my database) with the epicenter at the center of the circle.&amp;nbsp; For example, an earthquake with a magnitude of 4.6 could have a perceived radius of 50+ miles.&amp;nbsp; I would like to show that radius as a colored circle with no fill, if that makes sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 00:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521813#M11848</guid>
      <dc:creator>TomRauch</dc:creator>
      <dc:date>2013-01-19T00:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing a circle around a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521814#M11849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Look at the buffer sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq0000002q000000.htm"&gt;http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq0000002q000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 00:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521814#M11849</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-01-19T00:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing a circle around a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521815#M11850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert, I did look at the buffer sample but am still stumped.&amp;nbsp; I am not sure what the 'polylines' refer to in the buffer.geometries lines, I suspect these are important but not sure how to use them to drive a circle with a radius that comes from a variable I set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 12:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521815#M11850</guid>
      <dc:creator>TomRauch</dc:creator>
      <dc:date>2013-01-21T12:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing a circle around a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521816#M11851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If you look at the sample it is buffering polylines, that is what the lines are about. There is not a specific sample that buffers points. But the concept is identical just feed the project function MapPoint geometry instead of a polyline. You can also download and look at specific code for buffering point geometries from my point buffer widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=a950162cd17a4acc985132d40adfe38f"&gt;http://www.arcgis.com/home/item.html?id=a950162cd17a4acc985132d40adfe38f&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 14:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521816#M11851</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-01-21T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing a circle around a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521817#M11852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if this is exactly what you need, but attached is an ActionScript library that shows various methods for drawing a circle on the client using radius as an input property. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 17:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521817#M11852</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-01-22T17:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing a circle around a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521818#M11853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is great, thanks Andy!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 14:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/drawing-a-circle-around-a-point/m-p/521818#M11853</guid>
      <dc:creator>stevemclaughlin</dc:creator>
      <dc:date>2013-02-19T14:06:06Z</dc:date>
    </item>
  </channel>
</rss>

