public class CompressorProvider extends Object implements ICompressorProvider
ICompressorProvider interface.| Modifier and Type | Class and Description |
|---|---|
protected static class |
CompressorProvider.TileCompressorControl
private implementation of the tile compression provider, all is based on
the option based constructor of the compressors.
|
| Constructor and Description |
|---|
CompressorProvider() |
| Modifier and Type | Method and Description |
|---|---|
ICompressorControl |
createCompressorControl(String quantAlgorithm,
String compressionAlgorithm,
Class<?> baseType) |
static ICompressorControl |
findCompressorControl(String quantAlgorithm,
String compressionAlgorithm,
Class<?> baseType) |
public static ICompressorControl findCompressorControl(String quantAlgorithm, String compressionAlgorithm, Class<?> baseType)
public ICompressorControl createCompressorControl(String quantAlgorithm, String compressionAlgorithm, Class<?> baseType)
createCompressorControl in interface ICompressorProviderquantAlgorithm - the quantification algorithm to use or null if nonecompressionAlgorithm - the compression algorithm to usebaseType - the base type of the data to (de)compress.ICompressorControl to use for the specified
quantize and compression algorithms and base type.Copyright © 1996–2016 nom-tam-fits. All rights reserved.