Creates a transformation from a single transformation code.
[Visual Basic]
NotOverridable Public Function CreateFromTransformationCode( _
ByVal code As String _
) As ICoordinateTransformation Implements _
ICoordinateTransformationAuthorityFactory.CreateFromTransformationCode
An object that implements the ICoordinateTransformation interface.
ICoordinateTransformationAuthorityFactory.CreateFromTransformationCode
The ‘Authority’ and ‘AuthorityCode’ values of the created object will be set to the authority of this object, and the code supplied by the client, respectively. The other metadata values may or may not be set.
CoordinateTransformationEPSGFactory Class | CoordinateTransformationEPSGFactory Members | Geotools.CoordinateTransformations Namespace