C# (CSharp) ProjNet.CoordinateSystems.Transformations MathTransform - 19 examples found. These are the top rated real world C# (CSharp) examples of ProjNet.CoordinateSystems.Transformations.MathTransform extracted from open source projects. You can rate examples to help us improve the quality of examples.
Abstract class for creating multi-dimensional coordinate points transformations.
If a client application wishes to query the source and target coordinate systems of a transformation, then it should keep hold of the ICoordinateTransformation interface, and use the contained math transform object whenever it wishes to perform a transform.