NASA World Wind WMS

gov.nasa.worldwind.servers.wms.formats
Class BufferedImageFormatter

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.formats.ImageFormatter
      extended by gov.nasa.worldwind.servers.wms.formats.BufferedImageFormatter

public class BufferedImageFormatter
extends ImageFormatter


Constructor Summary
BufferedImageFormatter(BufferedImage image)
           
 
Method Summary
 BufferedImage toIntermediateForm()
           
 
Methods inherited from class gov.nasa.worldwind.servers.wms.formats.ImageFormatter
asDDS, asPng, getFormatterFromMimeType, getStreamFromMimeType, intermediateToDDS, intermediateToPng, isSupportedType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedImageFormatter

public BufferedImageFormatter(BufferedImage image)
Method Detail

toIntermediateForm

public BufferedImage toIntermediateForm()
Specified by:
toIntermediateForm in class ImageFormatter

NASA World Wind WMS