<?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: Buffering - How do I create geometries manually in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffering-how-do-i-create-geometries-manually/m-p/610205#M57113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply create a point and use it instead of "evt.mapPoint" as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;dojo.require("esri.geometry.Point");&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var point = new esri.geometry.Point(-96.816, 32.976);
params.geometries = [ point ];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 02:06:34 GMT</pubDate>
    <dc:creator>MajdiTurkman1</dc:creator>
    <dc:date>2021-12-12T02:06:34Z</dc:date>
    <item>
      <title>Buffering - How do I create geometries manually</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffering-how-do-i-create-geometries-manually/m-p/610204#M57112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example &lt;A href="https://developers.arcgis.com/javascript/jssamples/util_buffer.html" title="https://developers.arcgis.com/javascript/jssamples/util_buffer.html"&gt;Buffer a point | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp; , a buffer is displayed based on the click event. Is there a way I can manually the point location?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;The line in question&amp;nbsp; is params&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;geometries &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt; evt&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;mapPoint &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #303030;"&gt;I want to simply new up a geometry with 1 or many points, but can't find a way to do it. I have the x, y values I need and the buffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #303030;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #303030;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 10:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffering-how-do-i-create-geometries-manually/m-p/610204#M57112</guid>
      <dc:creator>roberttilson</dc:creator>
      <dc:date>2015-12-15T10:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering - How do I create geometries manually</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffering-how-do-i-create-geometries-manually/m-p/610205#M57113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply create a point and use it instead of "evt.mapPoint" as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;dojo.require("esri.geometry.Point");&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var point = new esri.geometry.Point(-96.816, 32.976);
params.geometries = [ point ];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:06:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffering-how-do-i-create-geometries-manually/m-p/610205#M57113</guid>
      <dc:creator>MajdiTurkman1</dc:creator>
      <dc:date>2021-12-12T02:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering - How do I create geometries manually</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffering-how-do-i-create-geometries-manually/m-p/610206#M57114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had my parenthesis mixed up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 17:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffering-how-do-i-create-geometries-manually/m-p/610206#M57114</guid>
      <dc:creator>roberttilson</dc:creator>
      <dc:date>2015-12-15T17:02:36Z</dc:date>
    </item>
  </channel>
</rss>

