How to transform the height of WGS 84 into DHHN2016

478
1
04-09-2022 03:15 PM
fedotevseev
New Contributor

Hi, everybody

Faced with the task of transforming the height in the arcgis runtime ios sdk from wgs84 to dhhn2016, I did not find a solution in the documentation, maybe someone will share ideas on how to do it. Thanks!

WGS84 EPSG Code 115700

DHHN2016 EPSG Code 7837

0 Kudos
1 Reply
DiveshGoyal
Esri Regular Contributor

Using GeometryEngine.project() should be able to take care of that

Just ensure the input and output spatial reference have the appropriate vertical coordinate system set.

0 Kudos