| Package | Description | 
|---|---|
| agi.foundation.graphics.imaging | 
 Provides types for raster and image processing, and for writing JPEG 2000 files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RasterBand | 
RasterBand.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static RasterBand | 
RasterBand.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static RasterBand | 
RasterBand.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RasterBand[] | 
RasterBand.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Raster | 
Raster.extractBand(RasterBand band)
Extracts the band of raster data associated with the given  
RasterBand. | 
boolean | 
RasterAttributes.hasBand(RasterBand band)
Gets whether the raster contains the given band. 
 | 
void | 
LevelsFilter.setLevelAdjustment(RasterBand band,
                  int adjustment)
Sets the linear level adjustment value for the given  
RasterBand. | 
| Constructor and Description | 
|---|
BandExtractFilter(RasterBand rasterBand)
Initializes a new instance with the  
RasterBand to be extracted from the source raster. |