Geotools.Net

ICoordinateTransformation Interface

Describes a coordinate transformation.

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

[Visual Basic]
Public Interface ICoordinateTransformation
[C#]
public interface 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.

The math transform will transform positions in the source coordinate system into positions in the target coordinate system.

Requirements

Namespace: Geotools.CoordinateTransformations Namespace

Assembly: Geotools.dll

See Also

ICoordinateTransformation Members | Geotools.CoordinateTransformations Namespace