Select to view content in your preferred language

Looking for arcobjects component for NAD_1983_To_WGS_1984_1 conversion

777
5
Jump to solution
01-07-2014 09:12 AM
ShaningYu
Honored Contributor
I am Looking for arcobjects component for NAD_1983_To_WGS_1984_1 conversion.  If you know the resource, please help.  Thanks.
0 Kudos
1 Solution

Accepted Solutions
MelitaKennedy
Esri Notable Contributor
Then you want the datum transformation equations/algorithms? One place is the EPSG aka OGP Geomatics Committee Guidance Note 7-2. This particular transformation uses a "3 parameter" transformation, geocentric translation. Many of the equation-based methods work in 3D Cartesian (XYZ) coordinates so you will have to implement lat/lon/h to/from XYZ converters too.

Melita

View solution in original post

0 Kudos
5 Replies
MelitaKennedy
Esri Notable Contributor
??

The macro is esriSRGeoTransformation_NAD1983_To_WGS1984_1 but you can always use the well-known ID instead, 1188. You would use it to create a geotransformation that would then be used with the ProjectEx or ProjectEx5 methods.

Melita
0 Kudos
ShaningYu
Honored Contributor
Thanks for your response.  Could you provide the details for the sources?
0 Kudos
ShaningYu
Honored Contributor
Melita:  Actually, I need to the calculation formula or component for this conversion for dynamically converting some individual points.  Do you have any idea how to get it?  Thanks.
0 Kudos
MelitaKennedy
Esri Notable Contributor
Then you want the datum transformation equations/algorithms? One place is the EPSG aka OGP Geomatics Committee Guidance Note 7-2. This particular transformation uses a "3 parameter" transformation, geocentric translation. Many of the equation-based methods work in 3D Cartesian (XYZ) coordinates so you will have to implement lat/lon/h to/from XYZ converters too.

Melita
0 Kudos
ShaningYu
Honored Contributor
Thanks.  Will review the doc.
0 Kudos