<?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: Why can't I geodesic buffer a simple point geometry? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1298974#M81387</link>
    <description>&lt;P&gt;GeometryEngine won't autocast your point object to a Point instance. Try creating a "new Point()" and see if that works.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 23:26:42 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2023-06-13T23:26:42Z</dc:date>
    <item>
      <title>Why can't I geodesic buffer a simple point geometry?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1298922#M81384</link>
      <description>&lt;P&gt;I have a need to take a point geometry, such as what's taken from a search widget, and buffer it with the geometry engine. I can't seem to figure out how. I've set up a CodePen to demonstrate my issue - a simplified version of the Sample Code on geodesic buffer. Check out my code and the "Instructions" in the JS pane: &lt;A href="https://codepen.io/Mike-Dolbow/pen/XWymPWx" target="_blank" rel="noopener"&gt;https://codepen.io/Mike-Dolbow/pen/XWymPWx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 21:03:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1298922#M81384</guid>
      <dc:creator>MikeDolbow</dc:creator>
      <dc:date>2023-06-13T21:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I geodesic buffer a simple point geometry?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1298926#M81385</link>
      <description>&lt;P&gt;Did you check out this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/calculate-geometries/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/calculate-geometries/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 21:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1298926#M81385</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2023-06-13T21:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I geodesic buffer a simple point geometry?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1298974#M81387</link>
      <description>&lt;P&gt;GeometryEngine won't autocast your point object to a Point instance. Try creating a "new Point()" and see if that works.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 23:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1298974#M81387</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2023-06-13T23:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I geodesic buffer a simple point geometry?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1299105#M81389</link>
      <description>&lt;P&gt;Thanks Rene! I thought of that on my run yesterday, forehead slap. Another way of saying this: my code is just creating a plain old object that happens to have a type of "point" and lat/long values, not an actual full-blown point geometry object that the geodesic buffer requires. I'll update the code pen to demonstrate this.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 12:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-can-t-i-geodesic-buffer-a-simple-point/m-p/1299105#M81389</guid>
      <dc:creator>MikeDolbow</dc:creator>
      <dc:date>2023-06-14T12:42:58Z</dc:date>
    </item>
  </channel>
</rss>

