public abstract class AbstractFusionMethod extends 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 Byte |
getByteValue(int row,
int col,
int band) |
abstract Float |
getFloatValue(int row,
int col,
int band) |
protected PixelSquareStructure pxSquare
public AbstractFusionMethod(PixelSquareStructure pxSquare)