@@ -115,6 +115,11 @@ class CORE_EXPORT QgsRasterFileWriter
115
115
const QgsCoordinateReferenceSystem& crs, QProgressDialog* progressDialog = 0 );
116
116
117
117
/* * \brief Initialize vrt member variables
118
+ * @param xSize width of vrt
119
+ * @param ySize height of vrt
120
+ * @param crs coordinate system of vrt
121
+ * @param geoTransform optional array of transformation matrix values
122
+ * @param type datatype of vrt
118
123
* @param destHasNoDataValueList true if destination has no data value, indexed from 0
119
124
* @param destNoDataValueList no data value, indexed from 0
120
125
*/
@@ -132,6 +137,12 @@ class CORE_EXPORT QgsRasterFileWriter
132
137
const QgsCoordinateReferenceSystem& crs );
133
138
134
139
/* * \brief Init VRT (for tiled mode) or create global output provider (single-file mode)
140
+ * @param nCols number of tile columns
141
+ * @param nRows number of tile rows
142
+ * @param crs coordinate system of vrt
143
+ * @param geoTransform optional array of transformation matrix values
144
+ * @param nBands number of bands
145
+ * @param type datatype of vrt
135
146
* @param destHasNoDataValueList true if destination has no data value, indexed from 0
136
147
* @param destNoDataValueList no data value, indexed from 0
137
148
*/
0 commit comments