API Reference > OdDb Classes > OdDbGeoCoordinateSystem Class > OdDbGeoCoordinateSystem Methods > OdDbGeoCoordinateSystem::getProjectionParameters Method
OdDbGeoCoordinateSystem::getProjectionParameters Method
Syntax
C++
virtual OdResult getProjectionParameters(OdArray<OdDbGeoProjectionParameter>& prjParams, bool includeSpecialParams) const = 0;
Parameters 
Description 
OdArray<OdDbGeoProjectionParameter>& prjParams 
[out] Projection parameters.  
bool includeSpecialParams 
[in] Boolean flag that indicates if the special projection parameters should be counted.
 

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

Returns the projection parameters of this CRS. 

 

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