<?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: Using GeometryEngine. Intersection computes cannot get the Intersection of two lines in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geometryengine-intersection-computes-cannot/m-p/352136#M4151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; background-color: #f8f8f8; font-weight: bold; font-size: 18px;"&gt;Thank you for your answer&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2017 01:07:54 GMT</pubDate>
    <dc:creator>xipeng</dc:creator>
    <dc:date>2017-03-15T01:07:54Z</dc:date>
    <item>
      <title>Using GeometryEngine. Intersection computes cannot get the Intersection of two lines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geometryengine-intersection-computes-cannot/m-p/352134#M4149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; background-color: #f8f8f8; font-size: 14px;"&gt;Using two lines intersect in the MapView, get the line, is not the point, why? And this line is not shown on the map&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/340001_QQ图片20170314091859.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; background-color: #f8f8f8; font-size: 14px;"&gt;My code is as follows：&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; background-color: #f8f8f8; font-size: 14px;"&gt;&amp;nbsp;Esri.ArcGISRuntime.Geometry.Geometry interGeometry = GeometryEngine.Intersection(roadPolyline1, roadPolyline2);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 01:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-geometryengine-intersection-computes-cannot/m-p/352134#M4149</guid>
      <dc:creator>xipeng</dc:creator>
      <dc:date>2017-03-14T01:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using GeometryEngine. Intersection computes cannot get the Intersection of two lines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geometryengine-intersection-computes-cannot/m-p/352135#M4150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The `GeometryEngine.Intersection` method only returns geometries of the same dimension as the input geometries. So for two polylines it will only return a polyline not a point. In the case here where the lines intersect at a single point it will return an empty polyline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This isn't helpful for finding the intersection point of two crossing lines. The next update of the Runtime API will have another `GeometryEngine`&amp;nbsp;method that returns multiple geometries including geometries of lesser dimensions. You'll be able to use this to get the intersection point of two polylines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime, you may be able to use another `GeometryEngine` method to help find the intersection points. For instance, `GeometryEngine.Cut`&amp;nbsp;with the same input polylines will return separate lines and you can match up the start and end points to infer the intersection point. Not ideal, but would work for the simple case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:46:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-geometryengine-intersection-computes-cannot/m-p/352135#M4150</guid>
      <dc:creator>GregDeStigter</dc:creator>
      <dc:date>2017-03-14T15:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using GeometryEngine. Intersection computes cannot get the Intersection of two lines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geometryengine-intersection-computes-cannot/m-p/352136#M4151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; background-color: #f8f8f8; font-weight: bold; font-size: 18px;"&gt;Thank you for your answer&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 01:07:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-geometryengine-intersection-computes-cannot/m-p/352136#M4151</guid>
      <dc:creator>xipeng</dc:creator>
      <dc:date>2017-03-15T01:07:54Z</dc:date>
    </item>
  </channel>
</rss>

