NASA World Wind

gov.nasa.worldwind.data
Class ByteBufferRaster

java.lang.Object
  extended by gov.nasa.worldwind.data.BufferedDataRaster
      extended by gov.nasa.worldwind.data.BufferWrapperRaster
          extended by gov.nasa.worldwind.data.ByteBufferRaster
All Implemented Interfaces:
Cacheable, DataRaster, Disposable

public class ByteBufferRaster
extends BufferWrapperRaster


Constructor Summary
ByteBufferRaster(int width, int height, Sector sector, AVList params)
           
ByteBufferRaster(int width, int height, Sector sector, ByteBuffer byteBuffer, AVList params)
           
 
Method Summary
static ByteBuffer createCompatibleBuffer(int width, int height, AVList params)
           
 ByteBuffer getByteBuffer()
           
 
Methods inherited from class gov.nasa.worldwind.data.BufferWrapperRaster
dispose, get, getBuffer, getDoubleAtPosition, getSizeInBytes, indexFor, put, setDoubleAtPosition
 
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
 

Constructor Detail

ByteBufferRaster

public ByteBufferRaster(int width,
                        int height,
                        Sector sector,
                        AVList params)

ByteBufferRaster

public ByteBufferRaster(int width,
                        int height,
                        Sector sector,
                        ByteBuffer byteBuffer,
                        AVList params)
Method Detail

createCompatibleBuffer

public static ByteBuffer createCompatibleBuffer(int width,
                                                int height,
                                                AVList params)

getByteBuffer

public ByteBuffer getByteBuffer()

NASA World Wind