gov.nasa.worldwind.data
Class ByteBufferRaster
java.lang.Object
gov.nasa.worldwind.data.BufferedDataRaster
gov.nasa.worldwind.data.BufferWrapperRaster
gov.nasa.worldwind.data.ByteBufferRaster
- All Implemented Interfaces:
- Cacheable, DataRaster, Disposable
public class ByteBufferRaster
- extends BufferWrapperRaster
Methods inherited from class gov.nasa.worldwind.data.BufferedDataRaster |
computeClipRect, computeGeographicToRasterTransform, computeSourceToDestTransform, doDrawOnCanvas, drawOnCanvas, drawOnCanvas, fill, getHeight, getSector, getTransparentValue, getWidth, setTransparentValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteBufferRaster
public ByteBufferRaster(int width,
int height,
Sector sector,
AVList params)
ByteBufferRaster
public ByteBufferRaster(int width,
int height,
Sector sector,
ByteBuffer byteBuffer,
AVList params)
createCompatibleBuffer
public static ByteBuffer createCompatibleBuffer(int width,
int height,
AVList params)
getByteBuffer
public ByteBuffer getByteBuffer()