Close

Relief for ODA Team in Ukraine

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

Transforms the geographic point into an equivalent design point. 

 

Parameters
Description
lon
[in] Longitude ordinate of the point to be transformed.
lat
[in] Latitude ordinate of the point to be transformed.
alt
[in] Altitude ordinate of the point to be transformed.
x
[out] X ordinate of the transformed point.
y
[out] Y ordinate of the transformed point.
z
[out] Z 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.