<?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 Coordinates transformation (To Geographic) in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-transformation-to-geographic/m-p/147343#M1064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to convert the XY coordinates of point From projected to geographic coordinating system. I found that GeometryEngine.Project(Geometry, InputSR, OutputSR) only works if you want to convert from Geographic to projected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me with that ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Dec 2012 13:41:33 GMT</pubDate>
    <dc:creator>AlaaB__Rasheed</dc:creator>
    <dc:date>2012-12-16T13:41:33Z</dc:date>
    <item>
      <title>Coordinates transformation (To Geographic)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-transformation-to-geographic/m-p/147343#M1064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to convert the XY coordinates of point From projected to geographic coordinating system. I found that GeometryEngine.Project(Geometry, InputSR, OutputSR) only works if you want to convert from Geographic to projected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me with that ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Dec 2012 13:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-transformation-to-geographic/m-p/147343#M1064</guid>
      <dc:creator>AlaaB__Rasheed</dc:creator>
      <dc:date>2012-12-16T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinates transformation (To Geographic)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-transformation-to-geographic/m-p/147344#M1065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Converting to/from projected and geographic coordinates is supported with the GeometryEngine.project() method.&amp;nbsp; Please share your code snippet and I will investigate the issue you are having.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 18:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-transformation-to-geographic/m-p/147344#M1065</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2012-12-18T18:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinates transformation (To Geographic)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-transformation-to-geographic/m-p/147345#M1066</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;Try this formula to convert meters to decimal degrees&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; a = (b*180)/(Math.PI*6378.1370) ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a is in&amp;nbsp; decimal degrees&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b is in meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so replace b with either lat or long values and get the output. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you can get these values individually put them in a point geometry and display them on the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:35:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-transformation-to-geographic/m-p/147345#M1066</guid>
      <dc:creator>NigelDsouza</dc:creator>
      <dc:date>2013-02-27T09:35:46Z</dc:date>
    </item>
  </channel>
</rss>

