Uses of Class
org.apache.sis.internal.coverage.j2d.TileOpExecutor.Worker
Packages that use TileOpExecutor.Worker
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of TileOpExecutor.Worker in org.apache.sis.internal.coverage.j2d
Subclasses of TileOpExecutor.Worker in org.apache.sis.internal.coverage.j2dModifier and TypeClassDescriptionprivate static final class
Worker which will read tiles.private static final class
Worker which will write tiles.Methods in org.apache.sis.internal.coverage.j2d with parameters of type TileOpExecutor.WorkerModifier and TypeMethodDescription(package private) final boolean
TileOpExecutor.Cursor.intersectAOI
(TileOpExecutor.Worker<RI, ?, A> indices) Returnstrue
if current tile of given worker intersects the area of interest.(package private) final boolean
TileOpExecutor.Cursor.next
(TileOpExecutor.Worker<RI, ?, A> indices) Sets the given worker to the indices of the next tile.