org.esa.beam.framework.datamodel
Interface RasterDataNode.RasterDataProcessor

Enclosing class:
RasterDataNode

Deprecated. since BEAM 4.5. No direct replacement, implement a GPF operator or a SingleBandedOpImage instead.

@Deprecated
public static interface RasterDataNode.RasterDataProcessor


Method Summary
 void processRasterDataBuffer(ProductData buffer, int y0, int numLines, com.bc.ceres.core.ProgressMonitor pm)
          Deprecated.  
 

Method Detail

processRasterDataBuffer

void processRasterDataBuffer(ProductData buffer,
                             int y0,
                             int numLines,
                             com.bc.ceres.core.ProgressMonitor pm)
                             throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.