RasterBand Class
Summary: Contains data about a raster Band.
Module: aspose.gis.raster
Full Name: aspose.gis.raster.RasterBand
Inheritance: IRasterBand
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| RasterBand(data_type) | Create an instance of RasterBand. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| data_type | BandTypes | r | Gets type of values stored in each cell. |
Constructor: RasterBand(data_type)
RasterBand(data_type)
Create an instance of RasterBand.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data_type | BandTypes | Specifies the type and size of values stored in each pixel or cell. |