Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGeoData::transformToLonLatAlt Method (double, double, double, double&, double&, double&)
Syntax
C++
OdResult transformToLonLatAlt(double x, double y, double z, double& lon, double& lat, double& alt) const;

Transforms the design point into an equivalent geographic point. 

 

Parameters
Description
x
[in] X ordinate of the design point.
y
[in] Y ordinate of the design point.
z
[in] Z ordinate of the design point.
lon
[out] Longitude ordinate of the transformed point.
lat
[out] Latitude ordinate of the transformed point.
alt
[out] Altitude (elevation) ordinate of the transformed point.

Returns eOK if successful, or an appropriate error code if not.

Copyright © 2002-2022. Open Design Alliance All rights reserved.