| org.geotools.coverage.SampleTranscoder
SampleTranscoder | final class SampleTranscoder extends PointOpImage (Code) | | An image that contains transformed samples. It may be sample values after their
transformation to geophyics values, or the converse. Images are created using the
SampleTranscoder.CRIF inner class, where "CRIF" stands for
java.awt.image.renderable.ContextualRenderedImageFactory . The image
operation name is "org.geotools.SampleTranscode".
version: $Id: SampleTranscoder.java 23635 2007-01-01 20:58:15Z desruisseaux $ author: Martin Desruisseaux since: 2.1 |
Method Summary | |
protected void | computeRect(PlanarImage[] sources, WritableRaster dest, Rectangle destRect) Computes one of the destination image tile. | public static void | register(JAI jai) Register the "SampleTranscode" image operation to the operation registry of
the specified JAI instance. |
computeRect | protected void computeRect(PlanarImage[] sources, WritableRaster dest, Rectangle destRect)(Code) | | Computes one of the destination image tile.
WritableRectIterjava.awt.image.DataBuffer Parameters: sources - An array of length 1 with source image. Parameters: dest - The destination tile. Parameters: destRect - the rectangle within the destination to be written. |
register | public static void register(JAI jai)(Code) | | Register the "SampleTranscode" image operation to the operation registry of
the specified JAI instance. This method is invoked by the static initializer
of
GridSampleDimension .
|
|
|