<?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 Converting Single Point Elevations from WGS84 Geoid to WGS84 Ellipsoid in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/converting-single-point-elevations-from-wgs84/m-p/568967#M15339</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;I am writing an application in C# using the ArcGIS Engine SDK to provide ground elevation information at specified locations.&amp;nbsp; I'm using a RasterCatalog to store DTED elevation data.&amp;nbsp; To retrieve the elevation height at a desired location, I create a Surface out of the Dataset in the RasterCatalog that contains the location and then call the get_Z method, passing in the location coordinates.&amp;nbsp; From a little research I've learned that DTED elevation height information is in reference to the EGM96 geoid model of the earth.&amp;nbsp; (This model is similar to the one used for the WGS84 geoid model so I consider them interchangeable.)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This process works well but there are times when I am more interested in the the elevation above the WGS84 ellipsoid rather than above the geoid.&amp;nbsp; I've been told by ESRI representatives that vertical datum conversions are already built into the ArcGIS Engine 9.3.1 SDK in the Projection Engine but I have not been able to locate it.&amp;nbsp; Has anyone else been able to perform this conversion on a point to point basis?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Apr 2010 13:01:06 GMT</pubDate>
    <dc:creator>HeatherKyle</dc:creator>
    <dc:date>2010-04-29T13:01:06Z</dc:date>
    <item>
      <title>Converting Single Point Elevations from WGS84 Geoid to WGS84 Ellipsoid</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/converting-single-point-elevations-from-wgs84/m-p/568967#M15339</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;I am writing an application in C# using the ArcGIS Engine SDK to provide ground elevation information at specified locations.&amp;nbsp; I'm using a RasterCatalog to store DTED elevation data.&amp;nbsp; To retrieve the elevation height at a desired location, I create a Surface out of the Dataset in the RasterCatalog that contains the location and then call the get_Z method, passing in the location coordinates.&amp;nbsp; From a little research I've learned that DTED elevation height information is in reference to the EGM96 geoid model of the earth.&amp;nbsp; (This model is similar to the one used for the WGS84 geoid model so I consider them interchangeable.)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This process works well but there are times when I am more interested in the the elevation above the WGS84 ellipsoid rather than above the geoid.&amp;nbsp; I've been told by ESRI representatives that vertical datum conversions are already built into the ArcGIS Engine 9.3.1 SDK in the Projection Engine but I have not been able to locate it.&amp;nbsp; Has anyone else been able to perform this conversion on a point to point basis?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 13:01:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/converting-single-point-elevations-from-wgs84/m-p/568967#M15339</guid>
      <dc:creator>HeatherKyle</dc:creator>
      <dc:date>2010-04-29T13:01:06Z</dc:date>
    </item>
    <item>
      <title>Converting Single Point Elevations from WGS84 Geoid to WGS84 Ellipsoid</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/converting-single-point-elevations-from-wgs84/m-p/568968#M15340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am writing an application in C# using the ArcGIS Engine SDK to provide ground elevation information at specified locations.&amp;nbsp; I'm using a RasterCatalog to store DTED elevation data.&amp;nbsp; To retrieve the elevation height at a desired location, I create a Surface out of the Dataset in the RasterCatalog that contains the location and then call the get_Z method, passing in the location coordinates.&amp;nbsp; From a little research I've learned that DTED elevation height information is in reference to the EGM96 geoid model of the earth.&amp;nbsp; (This model is similar to the one used for the WGS84 geoid model so I consider them interchangeable.)&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;This process works well but there are times when I am more interested in the the elevation above the WGS84 ellipsoid rather than above the geoid.&amp;nbsp; I've been told by ESRI representatives that vertical datum conversions are already built into the ArcGIS Engine 9.3.1 SDK in the Projection Engine but I have not been able to locate it.&amp;nbsp; Has anyone else been able to perform this conversion on a point to point basis?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;cm&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Projection Engine SDK (C or Java) is included with the ArcSDE SDK. The functionality is there to convert values using an EGM96 file. I've attached a C program that can convert EGM96/WGS84 geoid heights to WGS84 ellipsoid heights. Even though it says version 10 in the beginning, it works at 9.3.1. The particular vertical transformation is 10084 ("WGS_1984_To_EGM_1996_Geoid_1").&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are FORTRAN programs to access a geoid file here: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/egm96.html"&gt;http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/egm96.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the past, some people have converted geoid grid file into a raster and then queried the raster for the conversion value.&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, 29 Apr 2010 19:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/converting-single-point-elevations-from-wgs84/m-p/568968#M15340</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2010-04-29T19:21:52Z</dc:date>
    </item>
  </channel>
</rss>

