public class FirstFusionMethod extends AbstractFusionMethod
Modifier and Type | Class and Description |
---|---|
class |
FirstFusionMethod.SubSquareList |
AbstractFusionMethod.SubSquare
Modifier and Type | Field and Description |
---|---|
protected FirstFusionMethod.SubSquareList |
subSquareList |
pxSquare
Constructor and Description |
---|
FirstFusionMethod(List<Buffer> bufferList,
PixelSquareStructure pxSquare) |
Modifier and Type | Method and Description |
---|---|
int |
getBandCount() |
Byte |
getByteValue(int row,
int col,
int band) |
Float |
getFloatValue(int row,
int col,
int band) |
protected FirstFusionMethod.SubSquareList subSquareList
public FirstFusionMethod(List<Buffer> bufferList, PixelSquareStructure pxSquare)
public Byte getByteValue(int row, int col, int band)
getByteValue
in class AbstractFusionMethod
public Float getFloatValue(int row, int col, int band)
getFloatValue
in class AbstractFusionMethod
public int getBandCount()
getBandCount
in class AbstractFusionMethod