Uses of Class
org.apache.sis.internal.coverage.j2d.BatchComputedImage.Rasters
Packages that use BatchComputedImage.Rasters
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of BatchComputedImage.Rasters in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as BatchComputedImage.RastersModifier and TypeFieldDescription(package private) BatchComputedImage.Rasters
BatchComputedImage.Rasters.next
Next set of tiles in the linked list.private BatchComputedImage.Rasters
BatchComputedImage.prefetched
Tiles fetched by a calls toBatchComputedImage.prefetch(Rectangle)
, ornull
if none.Methods in org.apache.sis.internal.coverage.j2d with parameters of type BatchComputedImage.RastersModifier and TypeMethodDescriptionprivate void
BatchComputedImage.remove
(BatchComputedImage.Rasters tiles) Discards the given set of tiles.