Package nom.tam.fits.compression.provider
package nom.tam.fits.compression.provider
(for internal use) Finding the right compression classes for every occasion. It's weird that it is in its own
package, rather than being part of hte base compression package, but that's life.
-
ClassesClassDescription(for internal use) Finds the name of the appropriate tile compressor class name given the algorithm used to quantize and compress the tile and the type of data the tile contains.(for internal use) Standard implementation of the
ICompressorProvider
interface.private implementation of the tile compression provider, all is based on the option based constructor of the compressors.