<?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 Definition of the nearest object in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372494#M9632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Guru! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some tool in arcgis API for silverlight for identifying the nearest town (or other object) with the definition of distance and azimuth to it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 12:58:22 GMT</pubDate>
    <dc:creator>AnatoliiTerentiev</dc:creator>
    <dc:date>2014-04-29T12:58:22Z</dc:date>
    <item>
      <title>Definition of the nearest object</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372494#M9632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Guru! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some tool in arcgis API for silverlight for identifying the nearest town (or other object) with the definition of distance and azimuth to it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 12:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372494#M9632</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2014-04-29T12:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Definition of the nearest object</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372495#M9633</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;You can use Find Nearest Geoprocessing Task as here &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/find_task.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/find_task.htm&lt;/A&gt;&lt;SPAN&gt; and after you get your nearest feature you can show its attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or you can create a buffer with the distance you want for your center feature and using this buffer polygon to get any other feature (town) intersects with this buffer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Asser&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:11:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372495#M9633</guid>
      <dc:creator>AsserSwelam1</dc:creator>
      <dc:date>2014-04-29T19:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Definition of the nearest object</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372496#M9634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to solve the problem&amp;nbsp; programmatically. I use the C#&amp;nbsp; and arcgis API for silverlight, MSSQL server 2012. To the x,y - event in the x,y-table&amp;nbsp; is necessary to find the nearest settlement and similar tasks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 04:35:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372496#M9634</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2014-04-30T04:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Definition of the nearest object</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372497#M9635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/11345-Find-the-nearest-geometry-to-the-point"&gt;http://forums.arcgis.com/threads/11345-Find-the-nearest-geometry-to-the-point&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/84886-How-to-get-nearest-feature-from-Buffer"&gt;http://forums.arcgis.com/threads/84886-How-to-get-nearest-feature-from-Buffer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any other variants?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/definition-of-the-nearest-object/m-p/372497#M9635</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2014-04-30T07:19:09Z</dc:date>
    </item>
  </channel>
</rss>

