public static class FactoryGImageMultiBand.GSingleToMB extends java.lang.Object implements GImageMultiBand
| Constructor and Description |
|---|
FactoryGImageMultiBand.GSingleToMB(GImageSingleBand sb) |
public FactoryGImageMultiBand.GSingleToMB(GImageSingleBand sb)
public int getWidth()
getWidth in interface GImageMultiBandpublic int getHeight()
getHeight in interface GImageMultiBandpublic int getNumberOfBands()
getNumberOfBands in interface GImageMultiBandpublic void set(int x,
int y,
float[] value)
set in interface GImageMultiBandpublic void get(int x,
int y,
float[] value)
get in interface GImageMultiBandpublic <T extends ImageBase> T getImage()
getImage in interface GImageMultiBand