Geotools.Net

IMathTransformFactory.CreateFromXML Method 

Creates a math transform from XML.

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

Parameters

xml
Math transform encoded in XML format.

Return Value

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

Remarks

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

See Also

IMathTransformFactory Interface | IMathTransformFactory Members | Geotools.CoordinateTransformations Namespace