API Reference > OdDb Classes > OdDbGeoCoordinateSystem Class > OdDbGeoCoordinateSystem Methods > OdDbGeoCoordinateSystem::getUnitScale Method
OdDbGeoCoordinateSystem::getUnitScale Method
Syntax
C++
virtual OdResult getUnitScale(double& unitScale) const = 0;
Parameters 
Description 
double& unitScale 
[out] Scale factor.
 

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

Returns the factor that is used for multiplying the length units of this CRS for calculating the equivalent in meters. 

 

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