<?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: Finding the Intersection Point of two Polylines in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/finding-the-intersection-point-of-two-polylines/m-p/66449#M476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this is an older post, but has anyone found a solution to getting the point from the geometry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 17:43:58 GMT</pubDate>
    <dc:creator>GSauers</dc:creator>
    <dc:date>2014-09-30T17:43:58Z</dc:date>
    <item>
      <title>Finding the Intersection Point of two Polylines</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/finding-the-intersection-point-of-two-polylines/m-p/66448#M475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am trying to find the intersection point from two polylines,the geometery return is polyline but i need the intersection point of the lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;code is as follows&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&lt;P align="left"&gt;Point vertex = null;
&amp;nbsp;&amp;nbsp; SegmentUtils segmentUtils = new SegmentUtils(segment, this.spatialReference);
&amp;nbsp;&amp;nbsp; if(start)
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; vertex = segmentUtils.getStartPoint();
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; else
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; vertex = segmentUtils.getEndPoint();
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; BufferUtils bufferUtils = new BufferUtils(vertex, this.spatialReference);
&amp;nbsp;&amp;nbsp; Polygon polygon = bufferUtils.bufferPolygon(radius);
&amp;nbsp;&amp;nbsp; Polyline polylineBuffer = PolygonToPolylineConverter.convert(polygon);
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; Polyline polylineSegment = new Polyline();
&amp;nbsp;&amp;nbsp; polylineSegment.addSegment(segment, true);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; segment.getEndX(), res);
&amp;nbsp;&amp;nbsp; GeometryEngine ge=new GeometryEngine();
&amp;nbsp;&amp;nbsp; Point point = null ;
&amp;nbsp;&amp;nbsp; Geometry geometry = GeometryEngine.intersect(polylineSegment,polylineBuffer, spatialReference);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (Point) geometry;&lt;/P&gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Haider&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:09:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/finding-the-intersection-point-of-two-polylines/m-p/66448#M475</guid>
      <dc:creator>HaiderFaheem</dc:creator>
      <dc:date>2013-11-20T10:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Intersection Point of two Polylines</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/finding-the-intersection-point-of-two-polylines/m-p/66449#M476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this is an older post, but has anyone found a solution to getting the point from the geometry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 17:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/finding-the-intersection-point-of-two-polylines/m-p/66449#M476</guid>
      <dc:creator>GSauers</dc:creator>
      <dc:date>2014-09-30T17:43:58Z</dc:date>
    </item>
  </channel>
</rss>

