public abstract class AbstractBuffer extends java.lang.Object implements Buffer
INCREMENTABLE_HISTOGRAM, INCREMENTABLE_INTERPOLATION, INTERPOLATION_BicubicSpline, INTERPOLATION_Bilinear, INTERPOLATION_BSpline, INTERPOLATION_InverseDistance, INTERPOLATION_NearestNeighbour, INTERPOLATION_Undefined, TYPE_BYTE, TYPE_DOUBLE, TYPE_FLOAT, TYPE_IMAGE, TYPE_INT, TYPE_SHORT, TYPE_UNDEFINED, TYPE_USHORT| Constructor and Description |
|---|
AbstractBuffer() |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
project(ICoordTrans coordTrans,
Extent extent,
int width,
int height)
Project buffer using the coordinate transformation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDrawableBands, assign, assign, assign, assign, assign, assignBand, assignBandToNotValid, cloneBuffer, copyBand, createBand, getAdjustedWindow, getAllBandsLimits, getBand, getBandBuffer, getBandCount, getBlockHeight, getDataExtent, getDataType, getElemByte, getElemByte, getElemDouble, getElemDouble, getElemFloat, getElemFloat, getElemInt, getElemInt, getElemShort, getElemShort, getHeight, getIncrementableTask, getLimits, getLineByte, getLineDouble, getLineFloat, getLineFromBandByte, getLineFromBandDouble, getLineFromBandFloat, getLineFromBandInt, getLineFromBandShort, getLineInt, getLineShort, getNoDataValue, getNotValidValue, getStore, getWidth, interchangeBands, isBandSwitchable, isCached, isInside, isReadOnlyBuffer, mallocOneBand, replicateBand, setDataExtent, setDataType, setElem, setElem, setElem, setElem, setElem, setElemByte, setElemDouble, setElemFloat, setElemInt, setElemShort, setLineByte, setLineDouble, setLineFloat, setLineInBandByte, setLineInBandDouble, setLineInBandFloat, setLineInBandInt, setLineInBandShort, setLineInt, setLineShort, setNoDataValue, setNotValidValue, setStore, switchBandsaccept, isFromStoredisposegetHistogramComputerpublic Buffer project(ICoordTrans coordTrans, Extent extent, int width, int height) throws WarpException
Bufferproject in interface BuffercoordTrans - Coordinate transformation to warp bufferextent - Extent of projected bufferwidth - Width of projected bufferheight - Height of projected bufferWarpException - If there are any problem wrapping buffer.