Uses of Class
org.apache.sis.internal.coverage.j2d.TileOpExecutor.Cursor
Packages that use TileOpExecutor.Cursor
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of TileOpExecutor.Cursor in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as TileOpExecutor.CursorModifier and TypeFieldDescriptionprotected final TileOpExecutor.Cursor
<RI, A> TileOpExecutor.Worker.cursor
An iterator over the indices of the next tiles to fetch.Constructors in org.apache.sis.internal.coverage.j2d with parameters of type TileOpExecutor.CursorModifierConstructorDescriptionprivate
ReadWork
(TileOpExecutor.Cursor<RenderedImage, A> cursor, Collector<? super Raster, A, ?> collector) Creates a new worker for traversing the tiles identified by the given cursor.protected
Creates a new worker for traversing the tiles identified by the given cursor.private
WriteWork
(TileOpExecutor.Cursor<WritableRenderedImage, A> cursor, Collector<? super WritableRaster, A, ?> collector) Creates a new worker for traversing the tiles identified by the given cursor.