Uses of Package
org.apache.sis.internal.coverage.j2d
Packages that use org.apache.sis.internal.coverage.j2d
Package
Description
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.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Classes in org.apache.sis.internal.coverage.j2d used by org.apache.sis.imageClassDescriptionHelper class for handling the fill values of a raster.Derives information about image location, size and tile grid.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.
-
Classes in org.apache.sis.internal.coverage.j2d used by org.apache.sis.internal.coverage.j2dClassDescriptionThe set of tiles fetched by a single call to
BatchComputedImage.prefetch(Rectangle)
.A factory forColorModel
objects built from a sequence of colors.Workaround for brokenColorModel.equals(Object)
in Java 8 and before.Information about the color model.Colors to apply on a range of sample values.Helper class for handling the fill values of a raster.Derives information about image location, size and tile grid.A color model for use withScaledColorSpace
(gray scale image with missing values).Color space for images storing pixels as real numbers.A rendered image which can contain an arbitrary number of tiles.A convenience class for reporting an error during computation of a tile.A read or write action to execute on each tile of an image.Tile indices of the next tile to process in a multi-threaded computation.Base class of workers which will read or write tiles.Source of read-only empty tiles to use as placeholder for tiles that were not computed.Weak reference to a data buffer. -
Classes in org.apache.sis.internal.coverage.j2d used by org.apache.sis.internal.storageClassDescriptionA computed image for which it is more efficient to compute tiles in batch instead of one-by-one.
-
Classes in org.apache.sis.internal.coverage.j2d used by org.apache.sis.storage.geotiffClassDescriptionSource of read-only empty tiles to use as placeholder for tiles that were not computed.