<?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 How to search by northing and easting values? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-search-by-northing-and-easting-values/m-p/400675#M10411</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;We want to develop one functionality in our application.User would enter northing/easting values and we have to locate these values on the map. Just like go to x-y in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure how to proceed with this.I cannot find any class in Silverlight API that would convert easting/northing values to lat-long.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody please help me out on this issue?I would really appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2011 10:19:46 GMT</pubDate>
    <dc:creator>SanajyJadhav</dc:creator>
    <dc:date>2011-08-03T10:19:46Z</dc:date>
    <item>
      <title>How to search by northing and easting values?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-search-by-northing-and-easting-values/m-p/400675#M10411</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;We want to develop one functionality in our application.User would enter northing/easting values and we have to locate these values on the map. Just like go to x-y in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure how to proceed with this.I cannot find any class in Silverlight API that would convert easting/northing values to lat-long.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody please help me out on this issue?I would really appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 10:19:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-search-by-northing-and-easting-values/m-p/400675#M10411</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-08-03T10:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to search by northing and easting values?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-search-by-northing-and-easting-values/m-p/400676#M10412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;ArcGIS Server Supports projection. Here is a REST endpoint that can convert many different coordinate systems.&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Reference documentation on how to use the REST endpoint:&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/index.html?project.html"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/index.html?project.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;List of projections that are supported(Well know ID):&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Geographic Coordinate System&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/gcs.html"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/gcs.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Projected Coordinate System&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/pcs.html"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/pcs.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example of Silverlight using the projection geometry service&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 20:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-search-by-northing-and-easting-values/m-p/400676#M10412</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-08-03T20:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to search by northing and easting values?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-search-by-northing-and-easting-values/m-p/400677#M10413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Chris for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, it seems I have to use Geometry service to re-project the point.Ok. I'll give a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 03:11:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-search-by-northing-and-easting-values/m-p/400677#M10413</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-08-04T03:11:30Z</dc:date>
    </item>
  </channel>
</rss>

