API Reference > OdDb Classes > OdDbGeoCoordinateSystem Class > OdDbGeoCoordinateSystem Methods > OdDbGeoCoordinateSystem::getEllipsoid Method
OdDbGeoCoordinateSystem::getEllipsoid Method
Syntax
C++
virtual OdResult getEllipsoid(OdDbGeoEllipsoid& ellipsoid) const = 0;
Parameters 
Description 
OdDbGeoEllipsoid& ellipsoid 
[out] Ellipsoid.
 

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

Returns the ellipsoid related to this CRS. 

 

If the CRS contains an ellipsoid, it will not be geodetic and the datum reference will not have a value.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.