Package org.geotools.image
Helper classes for building images. The classes in this package are independent
from any
org.opengis.coverage.Coverage
classes and can be used for plain
RenderedImage
handling.-
Class Summary Class Description DisposeStopper Stop the dispose mechanism we have in place for renderedImage.DrawableBitSet An analogous ofBitSet
which is explicitly 2 dimensional and allows drawing a shape to quickly turn on a large area of the map.GTAffinePropertyGenerator A property generator for the Affine operation that builds a ROI with a sane image layout even with large upscale factorsGTWarpPropertyGenerator A property generator for the Warp operation that builds the expected ROI bounds even when the source and target image bounds are not superimposedImageWorker Helper methods for applying JAI operations on an image.ImageWorker.PNGImageWriteParam Workaround class for compressing PNG using the default PNGImageEncoder shipped with the JDK.TransfertRectIter A writable iterator that read pixel values from an image, and write pixel values to a different image.