<?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: How to get the intersecting point from two buffers in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-intersecting-point-from-two-buffers/m-p/1157741#M76783</link>
    <description>&lt;P&gt;Thank you. I think it will work. will try&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2022 11:24:17 GMT</pubDate>
    <dc:creator>JayakumarPD</dc:creator>
    <dc:date>2022-03-25T11:24:17Z</dc:date>
    <item>
      <title>How to get the intersecting point from two buffers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-intersecting-point-from-two-buffers/m-p/1157208#M76757</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;We are intersecting two circles(buffer geometry), but getting all the x,y coordinates of intersected area.&amp;nbsp; But we need only two point where it has a intersections.&amp;nbsp; Kindly help us.&amp;nbsp; The graphical representation of the problem is given in the attachment also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;geometryService.intersect(
                        [P1_Geometry],
                        P2_Geometry ,
                        function(intersectionObject) {

                            for(var i = 0; i &amp;lt; intersectionObject[0].rings[0].length; i++) {
                             console.log(new Point([
                             intersectionObject[0].rings[0][i][0],
                             intersectionObject[0].rings[0][i][1]
                             ],
                             intersectionObject[0].spatialReference));
                             var symbol = new SimpleMarkerSymbol(SimpleMarkerSymbol.STYLE_CIRCLE, 10, null, new Color([255, 0, 0]));

                             var graphic = new Graphic(new Point([
                             intersectionObject[0].rings[0][i][0],
                             intersectionObject[0].rings[0][i][1]
                             ],
                             intersectionObject[0].spatialReference)
                             , symbol);
                             map.graphics.add(graphic);
                             }
                        },
                        function(){console.log(arguments)}
                );&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 11:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-intersecting-point-from-two-buffers/m-p/1157208#M76757</guid>
      <dc:creator>JayakumarPD</dc:creator>
      <dc:date>2022-03-24T11:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the intersecting point from two buffers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-intersecting-point-from-two-buffers/m-p/1157426#M76772</link>
      <description>&lt;P&gt;How about converting your original P1_Geometry and P2_Geometry into polylines first? The result of your intersection should then only contain the two points you need&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 17:34:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-intersecting-point-from-two-buffers/m-p/1157426#M76772</guid>
      <dc:creator>HuubZwart</dc:creator>
      <dc:date>2022-03-24T17:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the intersecting point from two buffers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-intersecting-point-from-two-buffers/m-p/1157741#M76783</link>
      <description>&lt;P&gt;Thank you. I think it will work. will try&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 11:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-intersecting-point-from-two-buffers/m-p/1157741#M76783</guid>
      <dc:creator>JayakumarPD</dc:creator>
      <dc:date>2022-03-25T11:24:17Z</dc:date>
    </item>
  </channel>
</rss>

