public static class FactoryGImageMultiBand.MS extends java.lang.Object implements GImageMultiBand
| Constructor and Description |
|---|
FactoryGImageMultiBand.MS(MultiSpectral image) |
public FactoryGImageMultiBand.MS(MultiSpectral image)
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