public abstract static class FactoryGImageMultiBand.GMultiBorder<T extends ImageBorder> extends java.lang.Object implements GImageMultiBand
| Constructor and Description |
|---|
GMultiBorder(T image) |
| Modifier and Type | Method and Description |
|---|---|
float |
getF(int index) |
void |
getF(int index,
float[] value) |
int |
getHeight() |
ImageMultiBand |
getImage() |
int |
getWidth() |
void |
setF(int index,
float[] value) |
void |
wrap(ImageBase image) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getNumberOfBands, setprotected T extends ImageBorder image
public GMultiBorder(T image)
public void wrap(ImageBase image)
wrap in interface GImageMultiBandpublic int getWidth()
getWidth in interface GImageMultiBandpublic int getHeight()
getHeight in interface GImageMultiBandpublic ImageMultiBand getImage()
getImage 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 GImageMultiBand