public abstract class AbstractFusionMethod
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AbstractFusionMethod.SubSquare |
Modifier and Type | Field and Description |
---|---|
protected PixelSquareStructure |
pxSquare |
Constructor and Description |
---|
AbstractFusionMethod(PixelSquareStructure pxSquare) |
Modifier and Type | Method and Description |
---|---|
abstract int |
getBandCount() |
abstract java.lang.Byte |
getByteValue(int row,
int col,
int band) |
abstract java.lang.Float |
getFloatValue(int row,
int col,
int band) |
protected PixelSquareStructure pxSquare
public AbstractFusionMethod(PixelSquareStructure pxSquare)