Package org.geotools.process.raster
Class BandSelectProcess
- Object
-
- BandSelectProcess
-
- All Implemented Interfaces:
RasterProcess
public class BandSelectProcess extends Object implements RasterProcess
Process calling theSelectSampleDimension
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.
GridCoverage2D
object containing only theSampleDimension
s indicated by the input array.- Author:
- Nicola Lagomarsini, GeoSolutions S.A.S.
-
-
Constructor Summary
Constructors Constructor Description BandSelectProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCoverage2D
execute(GridCoverage2D coverage, int[] sampleDims, Integer visibleSampleDim)
-
-
-
Method Detail
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, int[] sampleDims, Integer visibleSampleDim) throws ProcessException
- Throws:
ProcessException
-
-