monoGIS Class Reference

GeoTransform Class

The coefficients for transforming between pixel/line (X,Y) raster space, and projection coordinates (Xp,Yp) space.
Xp = T[0] + T[1]*X + T[2]*Y
Yp = T[3] + T[4]*X + T[5]*Y
In a north up image, T[1] is the pixel width, and T[5] is the pixel height. The upper left corner of the upper left pixel is at position (T[0],T[3]).

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

System.Object
   GeoTransform

public class GeoTransform

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Gdal

Assembly: monoGIS (in monoGIS.dll)

See Also

GeoTransform Members | Gdal Namespace