Package jpl.mipl.io.codec

VICAR Image I/O Codec package for JAI.

See:
          Description

Class Summary
PDSCodec A subclass of JAI ImageCodec that handles the PDS image.
PDSImage PDSImage holds the PDS image headers and data.
PDSImageDecoder An ImageDecoder for the PDS family of file formats.
PDSImageEncoder An ImageEncoder for the VPDS family of file formats.
RegisterPDSCodec This class uses the JAI OperationRegistrySpi interface to automatically register the VICAR codec.
RegisterVicarCodec This class uses the JAI OperationRegistrySpi interface to automatically register the VICAR codec.
SimpleRenderedImage A simple class implemented the RenderedImage interface.
VicarCodec A subclass of JAI ImageCodec that handles the Vicar image.
VicarImage VicarImage holds the vicar image headers and data
VicarImageDecoder An ImageDecoder for the Vicar family of file formats.
VicarImageEncoder An ImageEncoder for the Vicar family of file formats.
 

Package jpl.mipl.io.codec Description

VICAR Image I/O Codec package for JAI. Input and output are supported. The Vicar I/O classes are called to do I/O.
The package includes:

The codec is auto-registered with JAI (via the OperationRegistrySpi mechanism), so user code does not have to do anything to register it. Simply attempt to open a vicar file, or save in "vicar" format.