monoGIS Class Reference

Driver. Method 

Create a Dataset in the current driver's format, with the given filename, width, height, number of bands and data type.

public Dataset (
   String filename,
   Int32 width,
   Int32 height,
   Int32 nBands,
   DataType type,
   String[] options
);

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