<?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: Conversion of Feet Coordinates to Decimal Degrees in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/conversion-of-feet-coordinates-to-decimal-degrees/m-p/66385#M372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you converting a feature class to another feature class or working with individual geometries? For the latter, look at IGeometry2::ProjectEx. What is the output GCS going to be? NAD27, NAD83, etc.? For anything other than NAD27, you'll also need a geographic (datum) transformation like 1241 (NAD_1927_To_NAD_1983_NADCON) or 15851 (NAD_1927_To_WGS_1984_79_CONUS).&lt;/P&gt;&lt;P&gt;Another possibility is to use the Project Tool via Python.&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 18:45:36 GMT</pubDate>
    <dc:creator>MelitaKennedy</dc:creator>
    <dc:date>2015-03-17T18:45:36Z</dc:date>
    <item>
      <title>Conversion of Feet Coordinates to Decimal Degrees</title>
      <link>https://community.esri.com/t5/developers-questions/conversion-of-feet-coordinates-to-decimal-degrees/m-p/66384#M371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to programmatically convert (in C#) feet coordinates to decimal degrees.&amp;nbsp; I'm not so worried about the actual programming (although it would be nice if someone has already created code for this) as I am the math behind the conversion.&amp;nbsp; I've included my coordinate system details below in case they're needed.&amp;nbsp; How can I accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;1,985,012.726&amp;nbsp; 449,396.204 Feet&amp;nbsp; --&amp;gt; -97.548833&amp;nbsp; 32.901945 Decimal Degrees&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coordinate System:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;NAD_1927_StatePlane_Texas_North_Central_FIPS_4202&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;WKID: 32038 Authority: EPSG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Projection: Lambert_Conformal_Conic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;False_Easting: 2000000.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;False_Northing: 0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Central_Meridian: -97.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Standard_Parallel_1: 32.13333333333333&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Standard_Parallel_2: 33.96666666666667&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Latitude_Of_Origin: 31.66666666666667&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Linear Unit: Foot_US (0.3048006096012192)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Geographic Coordinate System: GCS_North_American_1927&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Angular Unit: Degree (0.0174532925199433)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Prime Meridian: Greenwich (0.0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Datum: D_North_American_1927&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Spheroid: Clarke_1866&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Semimajor Axis: 6378206.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Semiminor Axis: 6356583.799998981&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inverse Flattening: 294.9786982&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 18:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/conversion-of-feet-coordinates-to-decimal-degrees/m-p/66384#M371</guid>
      <dc:creator>ZacheryBettis</dc:creator>
      <dc:date>2015-03-17T18:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of Feet Coordinates to Decimal Degrees</title>
      <link>https://community.esri.com/t5/developers-questions/conversion-of-feet-coordinates-to-decimal-degrees/m-p/66385#M372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you converting a feature class to another feature class or working with individual geometries? For the latter, look at IGeometry2::ProjectEx. What is the output GCS going to be? NAD27, NAD83, etc.? For anything other than NAD27, you'll also need a geographic (datum) transformation like 1241 (NAD_1927_To_NAD_1983_NADCON) or 15851 (NAD_1927_To_WGS_1984_79_CONUS).&lt;/P&gt;&lt;P&gt;Another possibility is to use the Project Tool via Python.&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 18:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/conversion-of-feet-coordinates-to-decimal-degrees/m-p/66385#M372</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2015-03-17T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of Feet Coordinates to Decimal Degrees</title>
      <link>https://community.esri.com/t5/developers-questions/conversion-of-feet-coordinates-to-decimal-degrees/m-p/66386#M373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is part of a tool that identifies a mouse click location in ArcMap and locates it on online maps. The output coordinates will be used to find locations on Bing and Google Maps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:01:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/conversion-of-feet-coordinates-to-decimal-degrees/m-p/66386#M373</guid>
      <dc:creator>ZacheryBettis</dc:creator>
      <dc:date>2015-03-17T19:01:16Z</dc:date>
    </item>
  </channel>
</rss>

