public abstract static class FactoryGImageMultiBand.IL<T extends ImageInterleaved<T>> extends java.lang.Object implements GImageMultiBand
| Constructor and Description |
|---|
IL() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
<T extends ImageBase> |
getImage() |
int |
getNumberOfBands() |
int |
getWidth() |
void |
wrap(ImageBase image) |
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 <T extends ImageBase> T getImage()
getImage in interface GImageMultiBand