API Reference > OdDb Classes > OdDbGeoCoordinateSystem Class > OdDbGeoCoordinateSystem Methods > OdDbGeoCoordinateSystem::getGeodeticExtents Method
OdDbGeoCoordinateSystem::getGeodeticExtents Method
Syntax
C++
virtual OdResult getGeodeticExtents(OdGeExtents2d& exts) const = 0;
Parameters 
Description 
OdGeExtents2d& exts 
[out] Extents.
 

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

Returns the geodetic extents of this CRS, the range of longitude and latitude. 

 

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