You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@param targetGeotransformation transformation parameters of the requested raster array (not necessarily the same as the transform of the source dataset */
65
-
voidreadRasterPart( double* targetGeotransform, int xOffset, int yOffset, int nCols, int nRows, double* sourceTransform, GDALRasterBandH sourceBand, float* rasterBuffer );
64
+
@param targetGeotransform transformation parameters of the requested raster array
65
+
(not necessarily the same as the transform of the source dataset)
66
+
@param xOffset x offset
67
+
@param yOffset y offset
68
+
@param nCols number of columns
69
+
@param nRows number of rows
70
+
@param sourceTransform source transformation
71
+
@param sourceBand source band
72
+
@param rasterBuffer raster buffer
73
+
*/
74
+
voidreadRasterPart( double* targetGeotransform,
75
+
int xOffset, int yOffset,
76
+
int nCols, int nRows,
77
+
double* sourceTransform,
78
+
GDALRasterBandH sourceBand,
79
+
float* rasterBuffer );
66
80
67
81
/**Compares two geotransformations (six parameter double arrays*/
0 commit comments