Geotools.Net

CoordinateTransformationEPSGFactory.CreateFromTransformationCode Method 

Creates a transformation from a single transformation code.

[Visual Basic]
NotOverridable Public Function CreateFromTransformationCode( _
   ByVal code As String _
) As ICoordinateTransformation Implements _
   ICoordinateTransformationAuthorityFactory.CreateFromTransformationCode
[C#]
public ICoordinateTransformation CreateFromTransformationCode(
   string code
);

Parameters

code
The EPSG code of the transformation to create.

Return Value

An object that implements the ICoordinateTransformation interface.

Implements

ICoordinateTransformationAuthorityFactory.CreateFromTransformationCode

Remarks

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.

See Also

CoordinateTransformationEPSGFactory Class | CoordinateTransformationEPSGFactory Members | Geotools.CoordinateTransformations Namespace