API Reference > OdDb Classes > OdDbGeoCoordinateSystemTransformer Class > OdDbGeoCoordinateSystemTransformer Methods > transformPoint Method > OdDbGeoCoordinateSystemTransformer::transformPoint Method (OdGePoint3d&, OdGePoint3d&)
OdDbGeoCoordinateSystemTransformer::transformPoint Method (OdGePoint3d&, OdGePoint3d&)
Syntax
C++
virtual OdResult transformPoint(const OdGePoint3d& pointIn, OdGePoint3d& pointOut) const = 0;
Parameters 
Description 
const OdGePoint3d& pointIn 
[in] Point in the source CRS.  
OdGePoint3d& pointOut 
[out] Point in the target CRS.
 

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

Transforms the point from the source CRS to the target CRS. 

 

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