# RasterBand

***

The RasterBand interface describes the metadata for a raster band, necessary for\
calculating the encoded raster value from the red, green, and blue values of the pixel.

## Properties

### base

> **base**: `number`

Encoding base value as a floating point number

***

### interval

> **interval**: `number`

Encoding interval as a floating point number

***

### bandIndex

> **bandIndex**: `number`

1-based index of the band in the raster
