public static interface RasterDataNode.RasterDataProcessor
For maximum performance, implementors may also consider implementing a GPF org.esa.snap.core.gpf.Operator
or a
SingleBandedOpImage
instead.
Modifier and Type | Method and Description |
---|---|
void |
processRasterDataBuffer(ProductData buffer,
int y0,
int numLines,
ProgressMonitor pm)
Processes some input raster lines.
|
void processRasterDataBuffer(ProductData buffer, int y0, int numLines, ProgressMonitor pm) throws IOException
buffer
- The input data buffer containing the data for numLines
raster lines.y0
- The index of the first line.numLines
- The number of lines.pm
- a progress monitorIOException
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.