<?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 How Can I create circle in 4.6? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406134#M37435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a 2d circle like in below&amp;nbsp;example but&amp;nbsp;I want it as static for showing the radius of point. However, I have no idea about how should I write to codes.&amp;nbsp;&amp;nbsp;How can I create a basic circle?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=ge-geodesicbuffer" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=ge-geodesicbuffer"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2018 12:32:52 GMT</pubDate>
    <dc:creator>KutayDeril</dc:creator>
    <dc:date>2018-04-13T12:32:52Z</dc:date>
    <item>
      <title>How Can I create circle in 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406134#M37435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a 2d circle like in below&amp;nbsp;example but&amp;nbsp;I want it as static for showing the radius of point. However, I have no idea about how should I write to codes.&amp;nbsp;&amp;nbsp;How can I create a basic circle?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=ge-geodesicbuffer" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=ge-geodesicbuffer"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 12:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406134#M37435</guid>
      <dc:creator>KutayDeril</dc:creator>
      <dc:date>2018-04-13T12:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create circle in 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406135#M37436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Kutay,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; Have you seen the circle geometry class?&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Circle.html"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Circle.html&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 12:52:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406135#M37436</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-13T12:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create circle in 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406136#M37437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand of that example. I would like to create a simple 2d static circle just like point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I&amp;nbsp;add to map these ring polygon coordinates?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406136#M37437</guid>
      <dc:creator>KutayDeril</dc:creator>
      <dc:date>2018-04-13T13:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create circle in 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406137#M37438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Kutay,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; I’m not sure what is not to understand the Circle geometry takes a point and a radius and units and creates a 2D circle in the map. You add it to the views.graphics or a GraphicsLayer like you would any other Graphic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406137#M37438</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-13T13:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create circle in 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406138#M37439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;var polygon = {&lt;BR /&gt; type: "polygon", // autocasts as new Polygon()&lt;BR /&gt; rings: [&lt;BR /&gt; [32.909550, 40.751906]&lt;BR /&gt; ]&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;var fillSymbol = {&lt;BR /&gt; type: "simple-fill", // autocasts as new SimpleFillSymbol()&lt;BR /&gt; color: [227, 139, 79, 0.8],&lt;BR /&gt; outline: { // autocasts as new SimpleLineSymbol()&lt;BR /&gt; color: [255, 255, 255],&lt;BR /&gt; width: 1&lt;BR /&gt; }&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;var polygonGraphic = new Graphic({&lt;BR /&gt; geometry: polygon,&lt;BR /&gt; symbol: fillSymbol&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;view.graphics.add(polygonGraphic);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the other graphics structure but I don't understand circle. Where did I wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406138#M37439</guid>
      <dc:creator>KutayDeril</dc:creator>
      <dc:date>2018-04-13T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create circle in 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406139#M37440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Kutay,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; So the first part you have in your code where you define a polygon you need to use the Circle class instead and specify the radius, center and radiusUnits properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-create-circle-in-4-6/m-p/406139#M37440</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-13T13:45:31Z</dc:date>
    </item>
  </channel>
</rss>

