public class RangeLookupProcess extends Object implements RasterProcess
| Constructor and Description |
|---|
RangeLookupProcess() |
| Modifier and Type | Method and Description |
|---|---|
GridCoverage2D |
execute(GridCoverage2D coverage,
Integer classificationBand,
List<Range> classificationRanges,
int[] outputPixelValues,
Double noData,
ProgressListener listener) |
GridCoverage2D |
execute(GridCoverage2D coverage,
Integer classificationBand,
List<Range> classificationRanges,
ProgressListener listener)
Execute the RangeLookupProcess on the provided coverage (left for backwards compatibility)
|
public GridCoverage2D execute(GridCoverage2D coverage, Integer classificationBand, List<Range> classificationRanges, int[] outputPixelValues, Double noData, ProgressListener listener) throws ProcessException
ProcessExceptionpublic GridCoverage2D execute(GridCoverage2D coverage, Integer classificationBand, List<Range> classificationRanges, ProgressListener listener) throws ProcessException
coverage - The continuous coverage to be reclassifiedclassificationBand - The band to be used for classificationclassificationRanges - The list of ranges to be appliedlistener - The progress listenerProcessExceptionCopyright © 1996–2019 Geotools. All rights reserved.