<?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 Convert Feet to Decimal Degrees in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-feet-to-decimal-degrees/m-p/434336#M11764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to have a piece of code to convert a custom coordinate system (LDP NAD 1983 [NSRS2007] US Feet) into Decimal Degrees.&amp;nbsp; The projection of the dataset is detailed below:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Projection: Lambert_Conformal_Conic&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;False_Easting: 200000.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;False_Northing: 150000.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Central_Meridian: -77.03333333333333&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Standard_Parallel_1: 38.83333333333334&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Standard_Parallel_2: 38.83333333333334&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Scale_Factor: 1.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Latitude_Of_Origin: 38.83333333333334&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Linear Unit: Foot_US (0.3048006096012192)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Geographic Coordinate System: GCS_NAD_1983_NSRS2007&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Angular Unit: Degree (0.0174532925199433)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Prime Meridian: Greenwich (0.0)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Datum: D_NAD_1983_NSRS2007&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; Spheroid: GRS_1980&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Semimajor Axis: 6378137.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Semiminor Axis: 6356752.314140356&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I want to mathematically to do calculations.&amp;nbsp; I found a piece of code at &lt;A class="link-titled" href="https://gis.stackexchange.com/questions/111543/convert-feet-to-decimal-degrees" title="https://gis.stackexchange.com/questions/111543/convert-feet-to-decimal-degrees"&gt;coordinate system - Convert Feet to Decimal Degrees - Geographic Information Systems Stack Exchange&lt;/A&gt; but this piece of code does not explain clearly how to use the values of False_Easting &amp;amp; False_Northing.&amp;nbsp; Do you have an idea how to do it?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 13:14:23 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2017-07-03T13:14:23Z</dc:date>
    <item>
      <title>Convert Feet to Decimal Degrees</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-feet-to-decimal-degrees/m-p/434336#M11764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to have a piece of code to convert a custom coordinate system (LDP NAD 1983 [NSRS2007] US Feet) into Decimal Degrees.&amp;nbsp; The projection of the dataset is detailed below:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Projection: Lambert_Conformal_Conic&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;False_Easting: 200000.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;False_Northing: 150000.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Central_Meridian: -77.03333333333333&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Standard_Parallel_1: 38.83333333333334&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Standard_Parallel_2: 38.83333333333334&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Scale_Factor: 1.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Latitude_Of_Origin: 38.83333333333334&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Linear Unit: Foot_US (0.3048006096012192)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Geographic Coordinate System: GCS_NAD_1983_NSRS2007&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Angular Unit: Degree (0.0174532925199433)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Prime Meridian: Greenwich (0.0)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Datum: D_NAD_1983_NSRS2007&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; Spheroid: GRS_1980&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Semimajor Axis: 6378137.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Semiminor Axis: 6356752.314140356&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I want to mathematically to do calculations.&amp;nbsp; I found a piece of code at &lt;A class="link-titled" href="https://gis.stackexchange.com/questions/111543/convert-feet-to-decimal-degrees" title="https://gis.stackexchange.com/questions/111543/convert-feet-to-decimal-degrees"&gt;coordinate system - Convert Feet to Decimal Degrees - Geographic Information Systems Stack Exchange&lt;/A&gt; but this piece of code does not explain clearly how to use the values of False_Easting &amp;amp; False_Northing.&amp;nbsp; Do you have an idea how to do it?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-feet-to-decimal-degrees/m-p/434336#M11764</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2017-07-03T13:14:23Z</dc:date>
    </item>
  </channel>
</rss>

