Package org.apache.sis.internal.coverage.j2d
package org.apache.sis.internal.coverage.j2d
A set of helper classes for the SIS implementation backed by Java2D.
This package centralizes all
java.awt.image dependencies used
by org.apache.sis.coverage packages, except the dependencies
in public API (e.g. GridCoverage2D).
Do not use!
This package is for internal use by SIS only. Classes in this package may change in incompatible ways in any future version without notice.- Since:
- 1.0
- Version:
- 1.3
- Author:
- Johann Sorel (Geomatys)
-
ClassDescriptionA computed image for which it is more efficient to compute tiles in batch instead of one-by-one.Helper classes for allowing an image to be colorized, by building an
IndexColorModelif needed.A factory forColorModelobjects built from a sequence of colors.Information about the color model.An image property for which the computation is differed.Helper class for handling the fill values of a raster.Derives information about image location, size and tile grid.Utility methods related to images and their color model or sample model.Creates rasters from given properties.A factory forSampleModelinstances.A rendered image which can contain an arbitrary number of tiles.A convenience class for reporting an error during computation of a tile.An object executing actions in a way where errors occurring during tile computation are reported to an error handler instead of causing the whole operation to fail.A read or write action to execute on each tile of an image.Source of read-only empty tiles to use as placeholder for tiles that were not computed.A writable version ofTiledImage.Helper methods forWritableRenderedImageimplementations.