Create a Dataset in the current driver's format, with the given filename, width, height, number of bands and data type.
Parameters
-
String
- Filename to create
-
Int32
- The width of the image
-
Int32
- The height of the image
-
Int32
- The number of bands in the image
-
DataType
- The data type of the image
-
String[]
- Construction options. See the GDAL documentation on individual drivers for details. Note that this argument is currently ignored...
Return Value
See Also
Driver Class | Gdal Namespace