Creates a transform from a classification name and parameters.
[Visual Basic]
Function CreateParameterizedTransform( _
ByVal classification As String, _
ByVal parameters As Parameter() _
) As IMathTransform
Missing <returns> documentation for M:Geotools.CoordinateTransformations.IMathTransformFactory.CreateParameterizedTransform(System.String,Geotools.CoordinateTransformations.Parameter[])
The client must ensure that all the linear parameters are expressed in meters, and all the angular parameters are expressed in degrees. Also, they must supply "semi_major" and "semi_minor" parameters for cartographic projection transforms.
IMathTransformFactory Interface | IMathTransformFactory Members | Geotools.CoordinateTransformations Namespace