| Class | Description |
|---|---|
| Dataset | |
| Driver | |
| GdalApi | |
| GeoTransform | 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]). |
| RasterBand |
| Enumeration | Description |
|---|---|
| Access | |
| ColorInterp | Types of color interpretation for raster bands. |
| DataType | |
| RWFlag |