public class ConvertedTypeBuffer extends AbstractBuffer implements Buffer
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
logger |
bands, dimensions, projection, statisticsINTERPOLATION_BicubicSpline, INTERPOLATION_Bilinear, INTERPOLATION_BSpline, INTERPOLATION_InverseDistance, INTERPOLATION_NearestNeighbour, INTERPOLATION_Undefined| Constructor and Description |
|---|
ConvertedTypeBuffer(Buffer buffer,
int type) |
| Modifier and Type | Method and Description |
|---|---|
void |
doDispose()
Internal implementation for the
AbstractBuffer.dispose() method. |
java.awt.image.BufferedImage |
getBufferedImage() |
addBand, areAllBandsOfTheSameType, clip, convert, createInterpolated, dispose, finalize, getBand, getBandByte, getBandCount, getBandDouble, getBandFloat, getBandInt, getBandNoData, getBands, getBandShort, getBandsInfo, getBandTypes, getColumns, getDimensions, getEnvelope, getPixelSizeX, getPixelSizeY, getProjection, getRows, getStatistics, isInside, isInside, iterator, removeBand, setBand, switchBands, switchBands, updateaddObserver, addObserver, addObservers, beginComplexNotification, clearChanged, clone, countObservers, deleteObserver, deleteObserver, deleteObservers, disableNotifications, enableNotifications, endComplexNotification, hasChanged, inComplex, isEnabledNotifications, notify, notifyObservers, notifyObservers, setChangedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBand, areAllBandsOfTheSameType, clip, convert, createInterpolated, getBand, getBandByte, getBandCount, getBandDouble, getBandFloat, getBandInt, getBandNoData, getBands, getBandShort, getBandsInfo, getBandTypes, getColumns, getDimensions, getEnvelope, getPixelSizeX, getPixelSizeY, getProjection, getRows, isInside, isInside, removeBand, setBand, switchBands, switchBandsgetStatisticsaddObserver, deleteObserver, deleteObserversdisposepublic ConvertedTypeBuffer(Buffer buffer, int type) throws CreateBufferException
buffer - envelope - CreateBufferExceptionpublic void doDispose()
throws BaseException
AbstractBufferAbstractBuffer.dispose() method.doDispose in class AbstractBufferBaseExceptionAbstractBuffer.dispose()public java.awt.image.BufferedImage getBufferedImage()
getBufferedImage in interface Buffer