<?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 display Lat long points on arcgis services map in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-lat-long-points-on-arcgis-services/m-p/83751#M2013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have lat long values 6803.0708,2622.6819&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to display on arcgis sample &lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;which map spatialReference no&amp;nbsp; is required to convert these values to display on map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MapPoint inputMapPoint = new MapPoint(x, y, new SpatialReference(----));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Waqar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2012 09:38:53 GMT</pubDate>
    <dc:creator>MuhammadWaqar_ul_islam</dc:creator>
    <dc:date>2012-12-06T09:38:53Z</dc:date>
    <item>
      <title>How to display Lat long points on arcgis services map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-lat-long-points-on-arcgis-services/m-p/83751#M2013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have lat long values 6803.0708,2622.6819&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to display on arcgis sample &lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;which map spatialReference no&amp;nbsp; is required to convert these values to display on map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MapPoint inputMapPoint = new MapPoint(x, y, new SpatialReference(----));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Waqar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 09:38:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-lat-long-points-on-arcgis-services/m-p/83751#M2013</guid>
      <dc:creator>MuhammadWaqar_ul_islam</dc:creator>
      <dc:date>2012-12-06T09:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Lat long points on arcgis services map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-lat-long-points-on-arcgis-services/m-p/83752#M2014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i have lat long values 6803.0708,2622.6819&lt;BR /&gt;i want to display on arcgis sample &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project&lt;/A&gt;&lt;BR /&gt;which map spatialReference no&amp;nbsp; is required to convert these values to display on map&lt;BR /&gt;MapPoint inputMapPoint = new MapPoint(x, y, new SpatialReference(----));&lt;BR /&gt;regards&lt;BR /&gt;Waqar&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like the values are degrees decimal minutes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;68 03.0708&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;26 22.6819&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if the positions are in Pakistan. They'll first need to be converted to decimal degrees. One simple method is to divide the minutes part by 60 and add to the degree part: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;68.05118&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;26.378031666667&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next question is which geographic coordinate system (datum) are these points based upon? WGS84 or a Pakistan GCS? If the latter, try Kalianpur 1962, well-known ID = 4145. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 19:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-lat-long-points-on-arcgis-services/m-p/83752#M2014</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2012-12-06T19:47:00Z</dc:date>
    </item>
  </channel>
</rss>

