API Reference > OdDb Classes > OdDbGeoCoordinateSystemTransformer Class
OdDbGeoCoordinateSystemTransformer Class
OdDbGeoCoordinateSystemTransformer
Syntax
C++
class OdDbGeoCoordinateSystemTransformer : public OdRxObject;

OdDbGeoCoordinateSystem.h

This abstract class represents a transformer object which is used to transform points from the source CRS to the target CRS. 

 

 
Name 
Description 
 
Virtual destructor. 
 
Default constructor. 
 
Name 
Description 
 
Creates a new OdDbGeoCoordinateSystemTransformer object from the source CRS and target CRS.
 
 
Returns the source CRS's ID.
 
 
Returns the target CRS's ID.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbGeoCoordinateSystemTransformer. 
 
This is the overview for the transformPoint method overload. 
 
This is the overview for the transformPoints method overload. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.