<?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 Re: How to convert X/Y to lat/long in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353856#M8360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For a MapPoint, I get its X/Y coordinate values.&amp;nbsp; How can it be converted into lat/long values?&amp;nbsp; Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are just looking to convert coordinates as a widget, I made one a little while ago.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can download it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=edd4a2b7c722493a8b08f53eaa131e1e"&gt;http://www.arcgis.com/home/item.html?id=edd4a2b7c722493a8b08f53eaa131e1e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anything you can dig through it and use it as a code sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 17:23:55 GMT</pubDate>
    <dc:creator>Drew</dc:creator>
    <dc:date>2013-04-12T17:23:55Z</dc:date>
    <item>
      <title>How to convert X/Y to lat/long</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353854#M8358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For a MapPoint, I get its X/Y coordinate values.&amp;nbsp; How can it be converted into lat/long values?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 13:46:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353854#M8358</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2013-04-12T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert X/Y to lat/long</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353855#M8359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shaning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It depends what coordinate system your application is in. If you are using web Mercator there is a class, see here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/index.html?com/esri/ags/utils/WebMercatorUtil.html&amp;amp;com/esri/ags/utils/class-list.html"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/index.html?com/esri/ags/utils/WebMercatorUtil.html&amp;amp;com/esri/ags/utils/class-list.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using anything else you will have to do the math yourself or use your geometry service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 13:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353855#M8359</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-04-12T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert X/Y to lat/long</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353856#M8360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For a MapPoint, I get its X/Y coordinate values.&amp;nbsp; How can it be converted into lat/long values?&amp;nbsp; Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are just looking to convert coordinates as a widget, I made one a little while ago.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can download it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=edd4a2b7c722493a8b08f53eaa131e1e"&gt;http://www.arcgis.com/home/item.html?id=edd4a2b7c722493a8b08f53eaa131e1e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anything you can dig through it and use it as a code sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 17:23:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353856#M8360</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2013-04-12T17:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert X/Y to lat/long</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353857#M8361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;IF you already have it in ArcMap simply create a new x,y fields (lat long)&amp;nbsp; and use the right click on one of the new columns and select Calculate Geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have it in ArcMap use the X,Y to create the features and then do the above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For a MapPoint, I get its X/Y coordinate values.&amp;nbsp; How can it be converted into lat/long values?&amp;nbsp; Thanks.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 19:03:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353857#M8361</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-04-12T19:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert X/Y to lat/long</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353858#M8362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the CoordinateMenu component and revising a couple of functions, I made conversion very well.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 19:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353858#M8362</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2013-04-12T19:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert X/Y to lat/long</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353859#M8363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Call a simple function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;myMP=map.toMapFromStage(X,Y);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Apr 2013 15:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-x-y-to-lat-long/m-p/353859#M8363</guid>
      <dc:creator>omega_cancer</dc:creator>
      <dc:date>2013-04-21T15:51:10Z</dc:date>
    </item>
  </channel>
</rss>

