API Reference > OdDb Classes > OdDbGeoCoordinateSystem Class > OdDbGeoCoordinateSystem Methods > OdDbGeoCoordinateSystem::getWktRepresentation Method
OdDbGeoCoordinateSystem::getWktRepresentation Method
Syntax
C++
virtual OdResult getWktRepresentation(OdString& strWkt) const = 0;
Parameters 
Description 
OdString& strWkt 
[out] CRS's representation in WKT format.
 

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

Returns the string in WKT format that represents this CRS. 

 

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