public abstract class ImageFloat<T extends ImageFloat> extends ImageSingleBand<T>
Base class for images with float pixels.
| Modifier | Constructor and Description |
|---|---|
protected |
ImageFloat() |
protected |
ImageFloat(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
ImageDataType |
getTypeInfo()
Returns image type information
|
_getData, _setData, reshape, setTo, subimage_createNew, clone, getHeight, getIndex, getStartIndex, getStride, getWidth, indexToPixel, isInBounds, isSubimage, setHeight, setStartIndex, setStride, setWidthprotected ImageFloat(int width,
int height)
protected ImageFloat()
public ImageDataType getTypeInfo()
ImageSingleBandgetTypeInfo in class ImageSingleBand<T extends ImageFloat>Copyright © 2013. All Rights Reserved.