Package org.geotools.process.raster
Class BandSelectProcess
Object
BandSelectProcess
- All Implemented Interfaces:
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.
GridCoverage2D
object containing only the SampleDimension
s indicated
by the input array.- Author:
- Nicola Lagomarsini, GeoSolutions S.A.S.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(GridCoverage2D coverage, int[] sampleDims, Integer visibleSampleDim)
-
Constructor Details
-
BandSelectProcess
public BandSelectProcess()
-
-
Method Details
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, int[] sampleDims, Integer visibleSampleDim) throws ProcessException - Throws:
ProcessException
-