Package | Description |
---|---|
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 | Method and Description |
---|---|
GvrsFileSpecification |
GvrsFile.getSpecification()
Gets a safe copy of the gvrs raster specification associated with this
file.
|
Constructor and Description |
---|
GvrsFile(File file,
GvrsFileSpecification specification)
Creates a new raster file using the specified file and specifications.
|
GvrsFile(GvrsFileSpecification specification)
Constructs a raster store backed by a temporary file that will
be deleted when the close() method is called or the program terminates
successfully.
|
GvrsFileSpecification(GvrsFileSpecification s)
Construct a new instance copying the values from the supplied object.
|
Modifier and Type | Method and Description |
---|---|
static void |
LsCodecUtility.addLsopToSpecification(GvrsFileSpecification spec,
boolean exclusive)
A static method to adds the LS encoder and decoder classes to
the GVRS File Specification.
|
Copyright © 2022. All rights reserved.