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(java.util.List<Buffer> bufferList,
PixelSquareStructure pxSquare) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBandCount() |
java.lang.Byte |
getByteValue(int row,
int col,
int band) |
java.lang.Float |
getFloatValue(int row,
int col,
int band) |
protected FirstFusionMethod.SubSquareList subSquareList
public FirstFusionMethod(java.util.List<Buffer> bufferList, PixelSquareStructure pxSquare)
public java.lang.Byte getByteValue(int row,
int col,
int band)
getByteValue in class AbstractFusionMethodpublic java.lang.Float getFloatValue(int row,
int col,
int band)
getFloatValue in class AbstractFusionMethodpublic int getBandCount()
getBandCount in class AbstractFusionMethod