| API Reference | Autodesk FDO Bulk Copy Utility |
FdoBulkCopyCSWrapperInterface Class Reference
List of all members.Detailed Description
A bulk copy CS warapper interface.
Definition at line 6 of file FdoBulkCopyCSWrapperInterface.h.
Public Member Functions | |
| virtual wchar_t * | ConvertToWkt (const wchar_t *wktFavor, const wchar_t *inputWkt)=0 |
| virtual bool | SetupTransformation (const wchar_t *sourceWkt, const wchar_t *targetWkt)=0 |
| virtual bool | Transform (double &x, double &y, double &z)=0 |
| virtual bool | Transform (double &x, double &y)=0 |
| virtual | ~FdoBulkCopyCSWrapperInterface () |
| Default destructor for this class. | |
| Comments? |