Geotools.Net

IMathTransformFactory.CreateParameterizedTransform Method 

Creates a transform from a classification name and parameters.

[Visual Basic]
Function CreateParameterizedTransform( _
   ByVal classification As String, _
   ByVal parameters As Parameter() _
) As IMathTransform
[C#]
IMathTransform CreateParameterizedTransform(
   string classification,
   Parameter[] parameters
);

Parameters

classification
The classification name of the transform (e.g. "Transverse_Mercator").
parameters
The parameter values in standard units.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateTransformations.IMathTransformFactory.CreateParameterizedTransform(System.String,Geotools.CoordinateTransformations.Parameter[])

Remarks

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.

See Also

IMathTransformFactory Interface | IMathTransformFactory Members | Geotools.CoordinateTransformations Namespace