API Reference > OdDb Classes > OdDbGeoCoordinateSystemTransformer Class > OdDbGeoCoordinateSystemTransformer Methods > transformPoints Method > OdDbGeoCoordinateSystemTransformer::transformPoints Method (OdGePoint3dArray&, OdGePoint3dArray&)
OdDbGeoCoordinateSystemTransformer::transformPoints Method (OdGePoint3dArray&, OdGePoint3dArray&)
Syntax
C++
virtual OdResult transformPoints(const OdGePoint3dArray& pointsIn, OdGePoint3dArray& pointsOut) const = 0;
Parameters 
Description 
const OdGePoint3dArray& pointsIn 
[in] Point array in the source CRS.  
OdGePoint3dArray& pointsOut 
[out] Point array in the target CRS.
 

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

Transforms the array of points from the source CRS to the target CRS. 

 

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