Geotools.Net

CoordinateTransformation Class

Describes a coordinate transformation.

For a list of all members of this type, see CoordinateTransformation Members.

System.Object
   MathTransform
      CoordinateTransformation

[Visual Basic]
Public Class CoordinateTransformation
Inherits MathTransform
Implements ICoordinateTransformation
[C#]
public class CoordinateTransformation : MathTransform, ICoordinateTransformation

Remarks

This interface only describes a coordinate transformation, it does not actually perform the transform operation on points. To transform points you must use a math transform.

Requirements

Namespace: Geotools.CoordinateTransformations Namespace

Assembly: Geotools.dll

See Also

CoordinateTransformation Members | Geotools.CoordinateTransformations Namespace