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 class
A 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) class
An image which wraps an existing image unchanged, except for properties which are computed on the fly when first requested.(package private) class
An image where each sample value is computed independently of other sample values and independently of neighbor points.private static final class
ABandedSampleConverter
capable to retro-propagate the changes to the source coverage.(package private) final class
Selects or reorder bands from a source image.class
An image with tiles computed on-the-fly and cached for future reuse.(package private) class
An image which wraps an existing image unchanged, except for properties and/or color model.(package private) final class
An image which is the result of clearing all pixels inside or outside a geometry.(package private) final class
Mask of missing values.(package private) final class
Estimation of positional error for each pixel in an image computed byResampledImage
.(package private) final class
An image which delegate all tile requests to another image except for some tiles that are fetched in advance.(package private) final class
An image with the same sample values than the wrapped image but a different color model.class
An image which is the result of resampling the pixel values of another image.(package private) class
An image computed from a single source and sharing the same coordinate system.(package private) final class
Computes statistics on all pixel values of an image.(package private) final class
Image 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 TypeClassDescriptionclass
A computed image for which it is more efficient to compute tiles in batch instead of one-by-one.class
A rendered image which can contain an arbitrary number of tiles.class
A 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 class
A rendered image where tiles are loaded only when first needed.