Uses of Class
org.apache.sis.internal.coverage.j2d.TileOpExecutor
Packages that use TileOpExecutor
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.
-
Uses of TileOpExecutor in org.apache.sis.image
Subclasses of TileOpExecutor in org.apache.sis.imageModifier and TypeClassDescriptionprivate final classA worker for prefetching tiles in an image. -
Uses of TileOpExecutor in org.apache.sis.internal.coverage.j2d
Methods in org.apache.sis.internal.coverage.j2d with parameters of type TileOpExecutorModifier and TypeMethodDescription(package private) static <A,R> R TileOpExecutor.ReadWork.execute(TileOpExecutor executor, RenderedImage source, Collector<? super Raster, A, R> collector, TileErrorHandler errorHandler) Implementation ofexecuteOnReadable(RenderedImage, Collector).(package private) static <A,R> R TileOpExecutor.WriteWork.execute(TileOpExecutor executor, WritableRenderedImage target, Collector<? super WritableRaster, A, R> collector, TileErrorHandler errorHandler) Implementation ofexecuteOnWritable(WritableRenderedImage, Collector).