Uses of Class
org.apache.sis.image.PlanarImage
Packages that use PlanarImage
Package
Description
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for the SIS implementation backed by Java2D.
Utility classes for the implementation of SIS storage classes.
-
Uses of PlanarImage in org.apache.sis.coverage.grid
Subclasses of PlanarImage in org.apache.sis.coverage.gridModifier and TypeClassDescription(package private) final classA view over another image with the origin relocated to a new position. -
Uses of PlanarImage in org.apache.sis.image
Subclasses of PlanarImage in org.apache.sis.imageModifier and TypeClassDescription(package private) classAn image which wraps an existing image unchanged, except for properties which are computed on the fly when first requested.(package private) classAn image where each sample value is computed independently of other sample values and independently of neighbor points.private static final classABandedSampleConvertercapable to retro-propagate the changes to the source coverage.(package private) final classSelects or reorder bands from a source image.classAn image with tiles computed on-the-fly and cached for future reuse.(package private) classAn image which wraps an existing image unchanged, except for properties and/or color model.(package private) final classAn image which is the result of clearing all pixels inside or outside a geometry.(package private) final classMask of missing values.(package private) final classEstimation of positional error for each pixel in an image computed byResampledImage.(package private) final classAn image which delegate all tile requests to another image except for some tiles that are fetched in advance.(package private) final classAn image with the same sample values than the wrapped image but a different color model.classAn image which is the result of resampling the pixel values of another image.(package private) classAn image computed from a single source and sharing the same coordinate system.(package private) final classComputes statistics on all pixel values of an image.(package private) final classImage generated for visualization purposes only (not to be used for computation purposes). -
Uses of PlanarImage in org.apache.sis.internal.coverage.j2d
Subclasses of PlanarImage in org.apache.sis.internal.coverage.j2dModifier and TypeClassDescriptionclassA computed image for which it is more efficient to compute tiles in batch instead of one-by-one.classA rendered image which can contain an arbitrary number of tiles.classA writable version ofTiledImage. -
Uses of PlanarImage in org.apache.sis.internal.storage
Subclasses of PlanarImage in org.apache.sis.internal.storageModifier and TypeClassDescription(package private) final classA rendered image where tiles are loaded only when first needed.