public abstract static class FactoryGImageSingleBand.GSingleBase<T extends ImageSingleBand> extends java.lang.Object implements GImageSingleBand
| Constructor and Description |
|---|
GSingleBase(T image) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
ImageSingleBand |
getImage() |
int |
getWidth() |
void |
wrap(ImageSingleBand image) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getF, getImageType, isFloatingPoint, set, set, unsafe_getD, unsafe_getFprotected T extends ImageSingleBand image
public GSingleBase(T image)
public void wrap(ImageSingleBand image)
wrap in interface GImageSingleBandpublic int getWidth()
getWidth in interface GImageSingleBandpublic int getHeight()
getHeight in interface GImageSingleBandpublic ImageSingleBand getImage()
getImage in interface GImageSingleBand