public static class FactoryGImageMultiBand.PL extends java.lang.Object implements GImageMultiBand
| Modifier and Type | Method and Description |
|---|---|
void |
get(int x,
int y,
float[] value) |
float |
getF(int index) |
void |
getF(int index,
float[] value) |
int |
getHeight() |
<T extends ImageBase> |
getImage() |
int |
getNumberOfBands() |
int |
getWidth() |
void |
set(int x,
int y,
float[] value) |
void |
setF(int index,
float[] value) |
void |
wrap(ImageBase image) |
public PL(Planar image)
public PL()
public void wrap(ImageBase image)
wrap in interface GImageMultiBandpublic 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 void setF(int index,
float[] value)
setF in interface GImageMultiBandpublic void getF(int index,
float[] value)
getF in interface GImageMultiBandpublic float getF(int index)
getF in interface GImageMultiBandpublic <T extends ImageBase> T getImage()
getImage in interface GImageMultiBand