Class BandSelectProcess

Object
BandSelectProcess
All Implemented Interfaces:
RasterProcess

public class BandSelectProcess extends Object implements RasterProcess
Process calling the SelectSampleDimension operation. This process requires:
  • a GridCoverage2D object.
  • an array of the Band Indexes to select.
  • an optional integer parameter associated to the visible sample dimension.
The output of this process is a GridCoverage2D object containing only the SampleDimensions indicated by the input array.
Author:
Nicola Lagomarsini, GeoSolutions S.A.S.