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 |
---|---|
ICompressionEncoder |
GvrsFile.getCompressionEncoder(String name)
Gets an instance of the compression encoder that matches the
specified CODEC name, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
LsEncoder08
Provides methods and data elements used to encode raster data to be
compressed using the LSOP format based on the methods of Lewis and Smith's
Optimal Predictor with 8 coefficients
|
class |
LsEncoder12
Provides methods and data elements used to encode raster data to be
compressed using the LSOP format based on the methods of Lewis and Smith's
Optimal Predictor with 12 coefficients.
|
Copyright © 2022. All rights reserved.