NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.utilities.WaveletCodec

Packages that use WaveletCodec
gov.nasa.worldwind.servers.wms.utilities   
 

Uses of WaveletCodec in gov.nasa.worldwind.servers.wms.utilities
 

Methods in gov.nasa.worldwind.servers.wms.utilities that return WaveletCodec
static WaveletCodec WaveletCodec.encode(BufferedImage image)
          Creates a wavelet encoding from the given BufferedImage.
static WaveletCodec WaveletCodec.loadFully(File file)
          Loads a previously persisted wavelet encoding from the given file.
static WaveletCodec WaveletCodec.loadPartially(File file, int resolution)
          Partially loads a previously persisted wavelet encoding from the given file, upto the given resolution.
 


NASA World Wind WMS