public class ClippedBuffer 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 |
|---|
ClippedBuffer(Buffer buffer,
Envelope envelope) |
| Modifier and Type | Method and Description |
|---|---|
void |
doDispose()
Internal implementation for the
AbstractBuffer.dispose() method. |
java.awt.image.BufferedImage |
getBufferedImage() |
protected int |
getFirstColumn() |
protected int |
getFirstRow() |
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 ClippedBuffer(Buffer buffer, Envelope envelope) throws CreateBufferException
buffer - envelope - CreateBufferExceptionprotected int getFirstRow()
protected int getFirstColumn()
public void doDispose()
throws BaseException
AbstractBufferAbstractBuffer.dispose() method.doDispose in class AbstractBufferBaseExceptionAbstractBuffer.dispose()public java.awt.image.BufferedImage getBufferedImage()
getBufferedImage in interface Buffer