Geotools.Net

ICoordinateTransformationAuthorityFactory.CreateFromTransformationCode Method 

Creates a transformation from a single transformation code.

[Visual Basic]
Function CreateFromTransformationCode( _
   ByVal code As String _
) As ICoordinateTransformation
[C#]
ICoordinateTransformation CreateFromTransformationCode(
   string code
);

Parameters

code
param code Coded value for transformation.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateTransformations.ICoordinateTransformationAuthorityFactory.CreateFromTransformationCode(System.String)

Remarks

The 'Authority' and 'AuthorityCode' values of the created object will be set to the authority of this object, and the code specified by the client, respectively. The other metadata values may or may not be set.

See Also

ICoordinateTransformationAuthorityFactory Interface | ICoordinateTransformationAuthorityFactory Members | Geotools.CoordinateTransformations Namespace