This document is archived and information here might be outdated. Recommended version. |
Reads a geographic (datum) transformation object.
[Visual Basic .NET] Public Function ReadGeoTransformation ( _ ByVal pReader As IJSONReader _ ) As IGeoTransformation
[C#] public IGeoTransformation ReadGeoTransformation ( IJSONReader pReader );
[C++]
HRESULT ReadGeoTransformation(
IJSONReader* pReader
);
[C++] Parameters pReader [in]
pReader is a parameter of type IJSONReader*