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

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

Returns the cartesian extents of this CRS. 

 

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