Class BatchComputedImage.Rasters
java.lang.Object
org.apache.sis.internal.coverage.j2d.BatchComputedImage.Rasters
- All Implemented Interfaces:
Disposable
- Enclosing class:
BatchComputedImage
The set of tiles fetched by a single call to
BatchComputedImage.prefetch(Rectangle)
.
This is a node in a linked list.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
Tile indices of the fetched region.(package private) BatchComputedImage.Rasters
Next set of tiles in the linked list.(package private) final Raster[]
The fetched tiles.(package private) final int
Tile indices of the fetched region.(package private) final int
Tile indices of the fetched region.(package private) final int
Tile indices of the fetched region. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
final int xTile indices of the fetched region. -
y
final int yTile indices of the fetched region. -
width
final int widthTile indices of the fetched region. -
height
final int heightTile indices of the fetched region. -
tiles
The fetched tiles. -
next
Next set of tiles in the linked list.
-
-
Constructor Details
-
Rasters
Creates a new set of fetched tiles.
-
-
Method Details
-
dispose
public void dispose()Discards this set of tiles.- Specified by:
dispose
in interfaceDisposable
-