Uses of Interface
nom.tam.fits.compression.algorithm.api.ICompressorControl
Packages that use ICompressorControl
Package
Description
(for internal use) Finding the right compression classes for every occasion.
(for internal use) Defines an interface for looking up compression algorithms.
(for internal use) Compression support for binary tables.
(for internal use) Tile compression support for images and tables.
(for internal use) Support for blank (
null
) values in compressed image tiles.
Interfaces and base classes for handling image tiles (primarily for internal use) .
-
Uses of ICompressorControl in nom.tam.fits.compression.provider
Classes in nom.tam.fits.compression.provider that implement ICompressorControlModifier and TypeClassDescriptionprotected static class
private implementation of the tile compression provider, all is based on the option based constructor of the compressors.Methods in nom.tam.fits.compression.provider that return ICompressorControlModifier and TypeMethodDescriptionCompressorProvider.createCompressorControl
(String quantAlgorithm, String compressionAlgorithm, Class<?> baseType) static ICompressorControl
CompressorProvider.findCompressorControl
(String quantAlgorithm, String compressionAlgorithm, Class<?> baseType) -
Uses of ICompressorControl in nom.tam.fits.compression.provider.api
Methods in nom.tam.fits.compression.provider.api that return ICompressorControlModifier and TypeMethodDescriptionICompressorProvider.createCompressorControl
(String quantAlgorithm, String compressionAlgorithm, Class<?> baseType) -
Uses of ICompressorControl in nom.tam.image.compression.bintable
Methods in nom.tam.image.compression.bintable that return ICompressorControlModifier and TypeMethodDescriptionprotected ICompressorControl
BinaryTableTile.getCompressorControl()
-
Uses of ICompressorControl in nom.tam.image.compression.tile
Methods in nom.tam.image.compression.tile that return ICompressorControlModifier and TypeMethodDescriptionTiledImageCompressionOperation.getCompressorControl()
TiledImageCompressionOperation.getGzipCompressorControl()
-
Uses of ICompressorControl in nom.tam.image.compression.tile.mask
Methods in nom.tam.image.compression.tile.mask that return ICompressorControlModifier and TypeMethodDescriptionprotected ICompressorControl
AbstractNullPixelMask.getCompressorControl()
Constructors in nom.tam.image.compression.tile.mask with parameters of type ICompressorControlModifierConstructorDescriptionprotected
AbstractNullPixelMask
(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) NullPixelMaskPreserver
(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) Creates a new instance for preserving the null values in a specific image tile when compressing the tile.NullPixelMaskRestorer
(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) Creates a new instance for restoring the null values to a specific image tile when decompressing the tile. -
Uses of ICompressorControl in nom.tam.image.tile.operation
Methods in nom.tam.image.tile.operation that return ICompressorControlModifier and TypeMethodDescriptionITiledImageOperation.getCompressorControl()
Returns the class that can perform the tile compression or decompression with the desired tile compression algorithm and options.ITiledImageOperation.getGzipCompressorControl()
Return the class that can GZIP compress tiles that cannot be compressed otherwise.