Geotools.Net

IMathTransform.GetInverse Method 

Creates the inverse transform of this object.

[Visual Basic]
Function GetInverse() As IMathTransform
[C#]
IMathTransform GetInverse();

Return Value

Missing <returns> documentation for M:Geotools.CoordinateTransformations.IMathTransform.GetInverse

Remarks

This method may fail if the transform is not one to one. However, all cartographic projections should succeed.

See Also

IMathTransform Interface | IMathTransform Members | Geotools.CoordinateTransformations Namespace