Package | Description |
---|---|
org.gridfour.compress |
Provides classes and interfaces for compressing raster data.
|
org.gridfour.gvrs |
Provides classes and interfaces for managing raster data in files.
|
org.gridfour.lsop |
Provides utilities for compressing data using
Smith and Lewis's optimal predictors
|
Modifier and Type | Class and Description |
---|---|
class |
CodecDeflate
Provides a coder-decoder (codec) for data compression using the standard
Deflate (gzip) compressor from the Java API and the predictor
models.
|
class |
CodecFloat
Provides data compression and decompression for floating-point
values.
|
class |
CodecHuffman
Provides a codec for data compression using Huffman codes and the
predictor models.
|
Modifier and Type | Method and Description |
---|---|
ICompressionDecoder |
GvrsFile.getCompressionDecoder(String name)
Gets an instance of the compression decoder that matches the
specified CODEC name, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
LsDecoder08
Provides methods and data elements used to decode data compressed
using the Gridfour LSOP format based on the methods of Smith and Lewis'
Optimal Predictors.
|
class |
LsDecoder12
Provides methods and data elements used to decode data compressed
using the LSOP format based on the methods of Smith and Lewis'
Optimal Predictors.
|
Copyright © 2022. All rights reserved.