javax.media.jai.tilecodec |
|
Java Source File Name | Type | Comment |
GZIPTileCodecDescriptor.java | Class | This class is the descriptor for the "GZIP" tile codec. |
JaiI18N.java | Class | |
JPEGTileCodecDescriptor.java | Class | This class is the descriptor for the "JPEG" tile codec. |
RawTileCodecDescriptor.java | Class | This class is the descriptor for the "Raw" tile codec. |
TileCodecDescriptor.java | Interface | A class to describe a particular tile codec format. |
TileCodecDescriptorImpl.java | Class | An abstract class that implements the TileCodecDescriptor
interface and is suitable for subclassing. |
TileCodecParameterList.java | Class | A subclass of ParameterListImpl that is specific to
tile codecs. |
TileDecoder.java | Interface | An interface describing objects that transform an InputStream
into a Raster .
This interface is designed to allow decoding of formats that
include information about the format of the encoded tile as well as ones
that don't. |
TileDecoderFactory.java | Interface | A factory for creating TileDecoder s.
This class stipulates that the capabilities of the
TileDecoder be specified by implementing the
getDecodingCapability() method. |
TileDecoderImpl.java | Class | A partial implementation of the TileDecoder interface
useful for subclassing. |
TileEncoder.java | Interface | An interface describing objects that transform a Raster
into an OutputStream .
If the TileCodecDescriptor for this format returns true from
its includesSampleModelInfo() and
includesLocationInfo() methods, then the encoder must encode
this information in the encoded tiles. |
TileEncoderFactory.java | Interface | A factory for creating TileEncoder s.
This class stipulates that the capabilities of the
TileEncoder be specified by implementing the
getEncodingCapability() method. |
TileEncoderImpl.java | Class | A partial implementation of the TileEncoder interface
useful for subclassing. |