Geotools.Net

IMathTransformFactory.CreateFromWKT Method 

Creates a math transform from a Well-Known Text string.

[Visual Basic]
Function CreateFromWKT( _
   ByVal wellKnownText As String _
) As IMathTransform
[C#]
IMathTransform CreateFromWKT(
   string wellKnownText
);

Parameters

wellKnownText
Math transform encoded in Well-Known Text format.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateTransformations.IMathTransformFactory.CreateFromWKT(System.String)

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateTransformations.IMathTransformFactory.CreateFromWKT(System.String)

See Also

IMathTransformFactory Interface | IMathTransformFactory Members | Geotools.CoordinateTransformations Namespace