org.geotools.image |
package org.geotools.image
Helper classes for building images. The classes in this package are independent
from any {@link org.opengis.coverage.Coverage} classes and can be used for plain
{@link java.awt.image.RenderedImage} handling.
|
Java Source File Name | Type | Comment |
DeferredPlanarImage.java | Class | A tiled image to be used by renderer when the actual image may take a while to compute. |
ImageDimension.java | Class | An image dimension, including the number of bands. |
ImageWorker.java | Class | Helper methods for applying JAI operations on an image. |
TransfertRectIter.java | Class | A
that read pixel values from an image, and
write pixel values to a different image. |