NASA World Wind

gov.nasa.worldwind.layers
Class TiledImageLayer.HttpRetrievalPostProcessor

java.lang.Object
  extended by gov.nasa.worldwind.layers.TiledImageLayer.HttpRetrievalPostProcessor
All Implemented Interfaces:
RetrievalPostProcessor
Enclosing class:
TiledImageLayer

protected class TiledImageLayer.HttpRetrievalPostProcessor
extends Object
implements RetrievalPostProcessor


Field Summary
protected  TextureTile tile
           
 
Constructor Summary
TiledImageLayer.HttpRetrievalPostProcessor(TextureTile tile)
           
 
Method Summary
 ByteBuffer run(Retriever retriever)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tile

protected TextureTile tile
Constructor Detail

TiledImageLayer.HttpRetrievalPostProcessor

public TiledImageLayer.HttpRetrievalPostProcessor(TextureTile tile)
Method Detail

run

public ByteBuffer run(Retriever retriever)
Specified by:
run in interface RetrievalPostProcessor

NASA World Wind