<?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 Connection different graphic layer in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95489#M394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added 2 graphic layers,On one (layer 1), i am drawing polyline and on other i am drawing (layer 2) some point. I want to know is there any out of box feature to identify the extent of my drawn point of layer 2 in layer 1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcGIS sdk for desktop to do the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nanda Kumar.K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 04:29:32 GMT</pubDate>
    <dc:creator>NandaKumar</dc:creator>
    <dc:date>2013-05-24T04:29:32Z</dc:date>
    <item>
      <title>Connection different graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95489#M394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added 2 graphic layers,On one (layer 1), i am drawing polyline and on other i am drawing (layer 2) some point. I want to know is there any out of box feature to identify the extent of my drawn point of layer 2 in layer 1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcGIS sdk for desktop to do the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nanda Kumar.K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 04:29:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95489#M394</guid>
      <dc:creator>NandaKumar</dc:creator>
      <dc:date>2013-05-24T04:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connection different graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95490#M395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One (or more) of the geometry operations should help you - perhaps start with GeometryService.RelationAsync() - &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Relation_Online/02q2000000n7000000/"&gt;http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Relation_Online/02q2000000n7000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 08:40:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95490#M395</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-05-24T08:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connection different graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95491#M396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike for the reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have followed the approach mentioned in the link which you have provided, If i use some Polyline and run my GeometryService.SimplifyAsync() method then it works fine. But if i try creating simple draw point in a graphic layer and tried calling GeometryService.SimplifyAsync() method then in wont get any result (Result will show as 0).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; While calling my relation identify method i have tried like i mentioned below,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GeometryService.RelationAsync(MyDrawPointLayerName.Graphics, e.Results, GeometryRelation.esriGeometryRelationWithin, null), i will &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;get zero result and if i use,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GeometryService.RelationAsync(MyDrawPointLayerName.Graphics, e.Results, GeometryRelation.esriGeometryRelationIntersection, null), i will get only polyline crossing the Graphic layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please help me to identify what i am doing wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nanda Kumar.K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 11:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95491#M396</guid>
      <dc:creator>NandaKumar</dc:creator>
      <dc:date>2013-05-27T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connection different graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95492#M397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any explanation for this. When we remove the Polyline graphic from the layer it works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure how the geometry service interprets the graphics and calculates the intersection etc. but would greatly appreciate a small insight so we are able to find the root cause of the above issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 04:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/connection-different-graphic-layer/m-p/95492#M397</guid>
      <dc:creator>AnkitaBhatia</dc:creator>
      <dc:date>2013-06-20T04:20:27Z</dc:date>
    </item>
  </channel>
</rss>

