Uses of Package
org.apache.sis.image
Packages that use org.apache.sis.image
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 grid coverages.
A set of helper classes for the SIS implementation backed by Java2D.
Helper classes for the rendering of grid coverages.
Image processing operations.
Isolines generation.
Utility classes for the implementation of SIS storage classes.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
Utility classes for the implementation of raster readers.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Classes in org.apache.sis.image used by org.apache.sis.coverage.gridClassDescriptionIdentification of the primitive type used for storing sample values in an image.A predefined set of operations on images as convenience methods.Algorithm for image interpolation (resampling).Base class of
RenderedImage
implementations in Apache SIS. -
Classes in org.apache.sis.image used by org.apache.sis.imageClassDescriptionAn image which wraps an existing image unchanged, except for properties which are computed on the fly when first requested.An image where each sample value is computed independently of other sample values and independently of neighbor points.An image with tiles computed on-the-fly and cached for future reuse.Weak reference to a
ComputedImage
image together with information about tile status.Identification of the primitive type used for storing sample values in an image.Some common ways to handle exceptions occurring during tile calculation.Action to perform when errors occurred while reading or writing some tiles in an image.Information about errors that occurred while reading or writing tiles in an image.An image which wraps an existing image unchanged, except for properties and/or color model.Provides sample model of images created by resample operations.A predefined set of operations on images as convenience methods.Execution modes specifying whether operations can be executed in parallel.WhetherImageProcessor
can produce an image of different size compared to requested size.Algorithm for image interpolation (resampling).An iterator over sample values in a raster or an image.Builds pixel iterators for specified region of interest, window size or iteration order.Contains the sample values in a moving window over the image.Base class ofRenderedImage
implementations in Apache SIS.An image with the same sample values than the wrapped image but a different color model.An image which is the result of resampling the pixel values of another image.Key of cachedResamplingGrid
instances.Specifies the order in which attribute value records are assigned to grid points.An image computed from a single source and sharing the same coordinate system.A cache of tiles computed byComputedImage
.A compound key identifying a tile of aComputedImage
.Strategy for reading and writing data between two rasters, with a computation between them.Readdouble
values from the source raster and writeint
values in a temporary buffer.Readfloat
values from the source raster and writeint
values in a temporary buffer.The type of data used to transfer pixels.Builds an image where all sample values are indices of colors in anIndexColorModel
.Interpolation followed by conversion from floating point values to the values to store as integers in the destination image.A pixel iterator capable to write sample values. -
Classes in org.apache.sis.image used by org.apache.sis.internal.coverageClassDescriptionA predefined set of operations on images as convenience methods.Algorithm for image interpolation (resampling).
-
Classes in org.apache.sis.image used by org.apache.sis.internal.coverage.j2dClassDescriptionAn image with tiles computed on-the-fly and cached for future reuse.Identification of the primitive type used for storing sample values in an image.Action to perform when errors occurred while reading or writing some tiles in an image.Information about errors that occurred while reading or writing tiles in an image.Base class of
RenderedImage
implementations in Apache SIS. -
Classes in org.apache.sis.image used by org.apache.sis.internal.map.coverageClassDescriptionAction to perform when errors occurred while reading or writing some tiles in an image.A predefined set of operations on images as convenience methods.
-
Classes in org.apache.sis.image used by org.apache.sis.internal.processing.imageClassDescriptionAn iterator over sample values in a raster or an image.Builds pixel iterators for specified region of interest, window size or iteration order.
-
Classes in org.apache.sis.image used by org.apache.sis.internal.processing.isolineClassDescriptionAn iterator over sample values in a raster or an image.Builds pixel iterators for specified region of interest, window size or iteration order.
-
Classes in org.apache.sis.image used by org.apache.sis.internal.storageClassDescriptionAn image with tiles computed on-the-fly and cached for future reuse.Base class of
RenderedImage
implementations in Apache SIS. -
Classes in org.apache.sis.image used by org.apache.sis.internal.storage.esriClassDescriptionSpecifies the order in which attribute value records are assigned to grid points.
-
Classes in org.apache.sis.image used by org.apache.sis.internal.storage.inflaterClassDescriptionIdentification of the primitive type used for storing sample values in an image.
-
Classes in org.apache.sis.image used by org.apache.sis.storage.geotiffClassDescriptionIdentification of the primitive type used for storing sample values in an image.